Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
style(manage.py): add a blank line before try-catch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterteriyaki committed Sep 20, 2023
1 parent 069af9e commit 44f5bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

def main() -> None:
environ.setdefault("DJANGO_SETTINGS_MODULE", "server.settings.development")

try:
from django.core.management import execute_from_command_line
except ImportError as exc:
Expand Down

0 comments on commit 44f5bd8

Please sign in to comment.