Skip to content

Commit

Permalink
Fix formatting for pyupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Mar 2, 2020
1 parent 24b7362 commit 9206ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version = '2.2.0'

readme_file = os.path.join(os.path.dirname(__file__), 'README.rst')
with open(readme_file, 'r') as f:
with open(readme_file) as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit 9206ee4

Please sign in to comment.