Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Dec 5, 2023
1 parent c2a1f8f commit 8d80c17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@


if __name__ == "__main__":
os.environ.setdefault(
"DJANGO_SETTINGS_MODULE", "trs.settings"
)
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "trs.settings")
try:
from django.core.management import execute_from_command_line
except ImportError as exc:
Expand Down

0 comments on commit 8d80c17

Please sign in to comment.