Skip to content

Commit

Permalink
fixup! 🚧 ruff linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lebaudantoine committed Jul 13, 2023
1 parent 7042b32 commit bc70848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def main():
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "warren.settings")
os.environ.setdefault("DJANGO_CONFIGURATION", "Development")

from configurations.management import execute_from_command_line # noqa
from configurations.management import execute_from_command_line

execute_from_command_line(sys.argv)

Expand Down

0 comments on commit bc70848

Please sign in to comment.