Skip to content

Commit

Permalink
Add a space to setup.py for prettiness
Browse files Browse the repository at this point in the history
  • Loading branch information
auroracramer committed May 3, 2023
1 parent 76713b6 commit b0bf9b6
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 @@ -40,7 +40,7 @@

version = imp.load_source('openl3.version', os.path.join('openl3', 'version.py'))

with open('README.md',encoding='utf8') as file:
with open('README.md', encoding='utf8') as file:
long_description = file.read()

setup(
Expand Down

0 comments on commit b0bf9b6

Please sign in to comment.