Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Apr 5, 2024
1 parent b40322b commit 376238b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrodump/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def get_package_version():
project_urls={
'Homepage': 'https://github.com/cgs-earth/sensorthings-action',
'Source Code': 'https://github.com/cgs-earth/sensorthings-action',
'Issue Tracker': 'https://github.com/cgs-earth/sensorthings-action/issues'
'Issue Tracker': 'https://github.com/cgs-earth/sensorthings-action/issues' # noqa
},
cmdclass={'test': PyTest},
test_suite='tests.run_tests'
Expand Down

0 comments on commit 376238b

Please sign in to comment.