From f6f682a6bd45afff584420d7c5f704c57efb0d79 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 06:51:23 +0000 Subject: [PATCH] style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf This commit fixes the style issues introduced in c287a39 according to the output from Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf. Details: None --- web/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/config.py b/web/config.py index 7c80819..c68d8e1 100644 --- a/web/config.py +++ b/web/config.py @@ -1,5 +1,5 @@ # web/config.py from decouple import config -SECRET_KEY = config('SECRET_KEY') -DATABASE_URI = config('DATABASE_URI') +SECRET_KEY = config("SECRET_KEY") +DATABASE_URI = config("DATABASE_URI")