fixed deprecated import
This commit is contained in:
+5
-4
@@ -1,13 +1,14 @@
|
||||
"""Definition of web_ui main script."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
|
||||
from .app import init_app
|
||||
from shared.data_store import connect as connect_minio
|
||||
from shared.data_store import connect_minio
|
||||
from shared.database import connect
|
||||
from shared.utils import check_env
|
||||
from shared.utils import setup_logging
|
||||
from shared.utils import check_env, setup_logging
|
||||
|
||||
from .app import init_app
|
||||
|
||||
# ensure env vars set
|
||||
check_env()
|
||||
|
||||
Reference in New Issue
Block a user