From 9300577a7e10bc541901aeb150b1455934c7ae83 Mon Sep 17 00:00:00 2001 From: Kevin Meinhardt Date: Fri, 23 Feb 2024 09:30:17 +0100 Subject: [PATCH] Format code --- settings.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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