Skip to content

Commit

Permalink
Remove unneeded string concatination (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Aug 31, 2023
1 parent 6b328f4 commit 1d341d7
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 @@ -33,7 +33,7 @@ def read_version():
match = regexp.match(line)
if match is not None:
return match.group(1)
raise RuntimeError('Cannot find version in ' 'aiobotocore/__init__.py')
raise RuntimeError('Cannot find version in aiobotocore/__init__.py')


setup(
Expand Down

0 comments on commit 1d341d7

Please sign in to comment.