Skip to content

Commit

Permalink
Codefix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Oct 26, 2020
1 parent c13a5fc commit 0462c83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions resources/lib/addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import routing

from resources.lib import kodilogging, kodiutils
from resources.lib.streamz.exceptions import (NoLoginException, InvalidLoginException, LoginErrorException, NoTelenetSubscriptionException,
NoStreamzSubscriptionException)

kodilogging.config()
routing = routing.Plugin() # pylint: disable=invalid-name
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/modules/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from resources.lib import kodiutils
from resources.lib.modules.menu import Menu
from resources.lib.streamz import Movie, Program
from resources.lib.streamz.api import Api, CACHE_PREVENT, CACHE_AUTO, CONTENT_TYPE_MOVIE, CONTENT_TYPE_PROGRAM
from resources.lib.streamz.api import CACHE_AUTO, CACHE_PREVENT, CONTENT_TYPE_MOVIE, CONTENT_TYPE_PROGRAM, Api
from resources.lib.streamz.auth import Auth
from resources.lib.streamz.exceptions import UnavailableException

Expand Down

0 comments on commit 0462c83

Please sign in to comment.