mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove unused import
This commit is contained in:
parent
21cf8bcb68
commit
b6e2d0bbf3
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ from datetime import date
|
||||||
|
|
||||||
from six.moves import range, queue as Queue
|
from six.moves import range, queue as Queue
|
||||||
|
|
||||||
from kodi_six import xbmc
|
|
||||||
import requests
|
import requests
|
||||||
from helper import settings, stop, window
|
from helper import settings, stop, window
|
||||||
from jellyfin import Jellyfin
|
from jellyfin import Jellyfin
|
||||||
|
|
Loading…
Reference in a new issue