mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-15 11:17:49 +08:00
no log: fixed unused import
This commit is contained in:
parent
daa7ef3fd0
commit
bc32ddbc57
3 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue