Skip to content

Commit

Permalink
Merge pull request #7 from KOSASIH/deepsource-transform-82f4feba
Browse files Browse the repository at this point in the history
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
  • Loading branch information
KOSASIH authored May 11, 2024
2 parents 7e76de5 + f6f682a commit 8bbbdce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/config.py
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 8bbbdce

Please sign in to comment.