Fix UI wrong import

This commit is contained in:
Théophile Diot 2023-06-12 18:49:53 -04:00
parent 5d7ef69c9d
commit df0c03cef1
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 5 deletions

View File

@ -80,11 +80,7 @@ from src.Config import Config
from src.ReverseProxied import ReverseProxied
from src.User import User
from utils import (
check_settings,
get_variables,
path_to_dict,
)
from utils import check_settings, path_to_dict
from logger import setup_logger # type: ignore
from Database import Database # type: ignore