Fixing pipeline complaint about import order

This commit is contained in:
Abby Gourlay 2020-11-28 22:12:06 +00:00
parent f0b0f551b6
commit 8de6c30417
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@ from __future__ import division, absolute_import, print_function, unicode_litera
################################################################################################# #################################################################################################
import json
from helper import LazyLogger from helper import LazyLogger
from kodi_six.xbmc import translatePath from kodi_six.xbmc import translatePath
import json
from . import api from . import api
from .configuration import Config from .configuration import Config