mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-31 05:16:13 +00:00
Fix some linting issues
This commit is contained in:
parent
096680bc57
commit
21cf8bcb68
3 changed files with 2 additions and 3 deletions
|
@ -11,7 +11,7 @@ from six.moves import range, queue as Queue
|
|||
|
||||
from kodi_six import xbmc
|
||||
import requests
|
||||
from helper import settings, stop, event, window, create_id
|
||||
from helper import settings, stop, window
|
||||
from jellyfin import Jellyfin
|
||||
from jellyfin import api
|
||||
from helper.exceptions import HTTPException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue