Commit ce29ea3d authored by James Kirk's avatar James Kirk
Browse files

refactor: linting

......@@ -12,9 +12,7 @@ import os
app = Flask(__name__)
url_prefix = os.getenv(
"URL_PREFIX", ""
)
url_prefix = os.getenv("URL_PREFIX", "")
swagger_config = {
"openapi": "3.0.2",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment