diff --git a/bazarr/api/system/health.py b/bazarr/api/system/health.py index b92668abf..558005513 100644 --- a/bazarr/api/system/health.py +++ b/bazarr/api/system/health.py @@ -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 diff --git a/bazarr/api/system/languages.py b/bazarr/api/system/languages.py index 58f70089b..757e84a32 100644 --- a/bazarr/api/system/languages.py +++ b/bazarr/api/system/languages.py @@ -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 diff --git a/bazarr/api/system/languages_profiles.py b/bazarr/api/system/languages_profiles.py index b6d0dc4c5..b6ffbda5d 100644 --- a/bazarr/api/system/languages_profiles.py +++ b/bazarr/api/system/languages_profiles.py @@ -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