Skip to content

Commit

Permalink
Update tests/settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Nov 29, 2024
1 parent e159e8c commit 6784f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ def run():

if __name__ == '__main__':
import sys

Check failure on line 62 in tests/settings.py

View workflow job for this annotation

GitHub Actions / flake8

redefinition of unused 'sys' from line 2

Check failure on line 62 in tests/settings.py

View workflow job for this annotation

GitHub Actions / flake8

redefinition of unused 'sys' from line 2
# Add current directory to python path - works if this script is called python tests/settings,.py
# Add current directory to python path - works if this script is called python tests/settings,.py
sys.path.insert(0, '.')
run()

0 comments on commit 6784f7e

Please sign in to comment.