From bc32ddbc57589b5e0848aba1ab96efa1adfe28db Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Fri, 23 Sep 2022 14:31:34 -0400 Subject: [PATCH] no log: fixed unused import --- bazarr/api/system/health.py | 2 +- bazarr/api/system/languages.py | 2 +- bazarr/api/system/languages_profiles.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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