mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Make the linter happy
This commit is contained in:
parent
bf4c385283
commit
e487163ca2
2 changed files with 0 additions and 2 deletions
|
@ -815,7 +815,6 @@ def get_themes(api_client):
|
||||||
|
|
||||||
items = {}
|
items = {}
|
||||||
server = api_client.config.data['auth.server']
|
server = api_client.config.data['auth.server']
|
||||||
token = api_client.config.data['auth.token']
|
|
||||||
|
|
||||||
for view in views:
|
for view in views:
|
||||||
result = api_client.get_items_theme_video(view)
|
result = api_client.get_items_theme_video(view)
|
||||||
|
|
|
@ -13,7 +13,6 @@ import database
|
||||||
from helper import translate, playutils, api, window, settings, dialog
|
from helper import translate, playutils, api, window, settings, dialog
|
||||||
from dialogs import resume
|
from dialogs import resume
|
||||||
from helper import LazyLogger
|
from helper import LazyLogger
|
||||||
from jellyfin import Jellyfin
|
|
||||||
|
|
||||||
from .obj import Objects
|
from .obj import Objects
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue