mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
Fixing pipeline complaint about import order
This commit is contained in:
parent
f0b0f551b6
commit
8de6c30417
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@ from __future__ import division, absolute_import, print_function, unicode_litera
|
|||
|
||||
#################################################################################################
|
||||
|
||||
import json
|
||||
|
||||
from helper import LazyLogger
|
||||
from kodi_six.xbmc import translatePath
|
||||
import json
|
||||
|
||||
from . import api
|
||||
from .configuration import Config
|
||||
|
|
Loading…
Reference in a new issue