Skip to content

Commit 2b877e4

Browse files
authored
Merge pull request #174 from dahlia/make_flake8_happy
Make flake8 happy
2 parents 04bd2e7 + e7895f1 commit 2b877e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_manylinux_wheels.py

+1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ def main():
4545
dists = tuple(os.path.join('dist', p) for p in os.listdir('dist'))
4646
return upload.main(('-r', 'pypi') + dists)
4747

48+
4849
if __name__ == '__main__':
4950
exit(main())

0 commit comments

Comments
 (0)