mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-30 12:56:13 +00:00
Fix flake8 lints
This commit is contained in:
parent
aaa7f33a77
commit
256c401ef9
3 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@ import os
|
|||
import xml.etree.ElementTree as etree
|
||||
|
||||
from six.moves.urllib.parse import urlencode
|
||||
from kodi_six import xbmc, xbmcvfs
|
||||
from kodi_six import xbmcvfs
|
||||
|
||||
from database import Database, jellyfin_db, get_sync, save_sync
|
||||
from helper import translate, api, window, event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue