no log: fixed unused import

pull/1958/head
morpheus65535 2 years ago
parent daa7ef3fd0
commit bc32ddbc57

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

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

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

Loading…
Cancel
Save