Remove obsolete import
This commit is contained in:
parent
5cf52aa2a3
commit
3b3d671f37
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import xbmc
|
||||||
from .downloadutils import DownloadUtils as DU
|
from .downloadutils import DownloadUtils as DU
|
||||||
from . import library_sync, timing
|
from . import library_sync, timing
|
||||||
from . import backgroundthread, utils, path_ops, artwork, variables as v, app
|
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')
|
LOG = getLogger('PLEX.sync')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue