Skip to content

Commit 87cfdfc

Browse files
committed
CLN: Code reformatting
1 parent 8284566 commit 87cfdfc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99

1010
def read_file(filename):
1111
"""Source the contents of a file"""
12-
with open(os.path.join(os.path.dirname(__file__), filename), encoding='utf-8') as \
13-
file:
12+
with open(
13+
os.path.join(os.path.dirname(__file__), filename), encoding="utf-8"
14+
) as file:
1415
return file.read()
1516

1617

0 commit comments

Comments
 (0)