Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Nov 29, 2024
1 parent f16cc53 commit 8162b96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ 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

Check failure on line 63 in tests/settings.py

View workflow job for this annotation

GitHub Actions / flake8

indentation is not a multiple of 4 (comment)

Check failure on line 63 in tests/settings.py

View workflow job for this annotation

GitHub Actions / flake8

unexpected indentation (comment)

Check failure on line 63 in tests/settings.py

View workflow job for this annotation

GitHub Actions / flake8

indentation is not a multiple of 4 (comment)

Check failure on line 63 in tests/settings.py

View workflow job for this annotation

GitHub Actions / flake8

unexpected indentation (comment)
sys.path.insert(0, '.')
run()

0 comments on commit 8162b96

Please sign in to comment.