diff --git a/settings.py b/settings.py index 4b743844becd..c7e931c78828 100644 --- a/settings.py +++ b/settings.py @@ -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