Skip to content

Commit

Permalink
import lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anxdpanic committed Jan 12, 2022
1 parent a4361ca commit 28976ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import pyxbmct.addonwindow as pyxbmct # pylint: disable=import-error
from kodi_six import xbmc # pylint: disable=import-error
from kodi_six import xbmcgui # pylint: disable=import-error
from six.moves import zip_longest
from six import PY3
from six.moves import zip_longest

from ...addon.constants import CONFIG
from ...addon.containers import Item
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/composite_addon/routes/channel_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

from kodi_six import xbmc # pylint: disable=import-error
from kodi_six import xbmcgui # pylint: disable=import-error
from six.moves.urllib_parse import urlencode
from six import PY3
from six.moves.urllib_parse import urlencode

from ..addon.logger import Logger
from ..addon.strings import i18n
Expand Down

0 comments on commit 28976ad

Please sign in to comment.