Fix some linting issues

This commit is contained in:
cvium 2020-10-29 12:42:57 +01:00 committed by Matt
parent 096680bc57
commit 21cf8bcb68
3 changed files with 2 additions and 3 deletions

View file

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