Skip to content

Commit f172832

Browse files
committed
New line to be PEP8 complient
1 parent c1ef7f4 commit f172832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def read(*parts):
1010
return codecs.open(os.path.join(os.path.dirname(__file__), *parts),
1111
encoding='utf8').read()
1212

13+
1314
def find_version(*file_paths):
1415
version_file = read(*file_paths)
1516
version_match = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]",

0 commit comments

Comments
 (0)