Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Feb 23, 2024
1 parent 11f6de6 commit 9300577
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ def insert_debug_toolbar_middleware(middlewares):

if not os.path.exists(local_settings_path):
with open(local_settings_path, 'w') as file:
file.write(
'# Put settings you want to overload in this file.\n'
)
file.write('# Put settings you want to overload in this file.\n')

from local_settings import * # noqa

Expand Down

0 comments on commit 9300577

Please sign in to comment.