Make the linter happy

This commit is contained in:
Matt 2020-11-17 19:23:40 -05:00
parent bf4c385283
commit e487163ca2
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -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