Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Jun 9, 2024
1 parent 15c4a50 commit dee3876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from flask import Flask, g, request

from .factory import (
app_config,
create_celery,
create_flask_app,
init_flask_app,
Expand Down Expand Up @@ -61,6 +62,7 @@ def get_locale():
"oss",
"gs_vision",
"flask_app",
"app_config",
"celery",
"APP_PATH",
"STORAGE_PATH",
Expand Down

0 comments on commit dee3876

Please sign in to comment.