Skip to content

Commit

Permalink
style: use double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jun 8, 2024
1 parent dce7553 commit b29b844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/flask.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

cache = None
HORDE = Flask(__name__)
HORDE.config.SWAGGER_UI_DOC_EXPANSION = 'list'
HORDE.config.SWAGGER_UI_DOC_EXPANSION = "list"
HORDE.wsgi_app = ProxyFix(HORDE.wsgi_app, x_for=1)

SQLITE_MODE = os.getenv("USE_SQLITE", "0") == "1"
Expand Down

0 comments on commit b29b844

Please sign in to comment.