Remove obsolete import

This commit is contained in:
croneter 2018-12-21 16:48:57 +01:00
parent 5cf52aa2a3
commit 3b3d671f37

View file

@ -7,7 +7,7 @@ import xbmc
from .downloadutils import DownloadUtils as DU
from . import library_sync, timing
from . import backgroundthread, utils, path_ops, artwork, variables as v, app
from . import plex_db, kodi_db
from . import kodi_db
LOG = getLogger('PLEX.sync')