no log: fixed unused import

This commit is contained in:
morpheus65535 2022-09-23 14:31:34 -04:00
parent daa7ef3fd0
commit bc32ddbc57
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# coding=utf-8
from flask_restx import Resource, Namespace, reqparse
from flask_restx import Resource, Namespace
from utilities.health import get_health_issues

View File

@ -1,6 +1,6 @@
# coding=utf-8
from flask_restx import Resource, Namespace, reqparse, fields
from flask_restx import Resource, Namespace, reqparse
from operator import itemgetter
from app.database import TableHistory, TableHistoryMovie, TableSettingsLanguages

View File

@ -1,6 +1,6 @@
# coding=utf-8
from flask_restx import Resource, Namespace, reqparse
from flask_restx import Resource, Namespace
from app.database import get_profiles_list