From e487163ca22c6b262cbe510f88474c5a10f61992 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 17 Nov 2020 19:23:40 -0500 Subject: [PATCH] Make the linter happy --- jellyfin_kodi/entrypoint/default.py | 1 - jellyfin_kodi/objects/actions.py | 1 - 2 files changed, 2 deletions(-) diff --git a/jellyfin_kodi/entrypoint/default.py b/jellyfin_kodi/entrypoint/default.py index 7ec896ca..8a97c887 100644 --- a/jellyfin_kodi/entrypoint/default.py +++ b/jellyfin_kodi/entrypoint/default.py @@ -815,7 +815,6 @@ def get_themes(api_client): items = {} server = api_client.config.data['auth.server'] - token = api_client.config.data['auth.token'] for view in views: result = api_client.get_items_theme_video(view) diff --git a/jellyfin_kodi/objects/actions.py b/jellyfin_kodi/objects/actions.py index 108c5c81..c816af0c 100644 --- a/jellyfin_kodi/objects/actions.py +++ b/jellyfin_kodi/objects/actions.py @@ -13,7 +13,6 @@ import database from helper import translate, playutils, api, window, settings, dialog from dialogs import resume from helper import LazyLogger -from jellyfin import Jellyfin from .obj import Objects