mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-22 16:02:46 +00:00
Correct logic errors introduced in 00765c0a
, fix flake8 except F841
This commit is contained in:
parent
49cfb6cb51
commit
d28c9a3ac8
34 changed files with 42 additions and 69 deletions
|
@ -18,7 +18,7 @@ sys.path.insert(0, __base__)
|
|||
|
||||
#################################################################################################
|
||||
|
||||
from entrypoint import Events
|
||||
from entrypoint import Events # noqa: F402
|
||||
|
||||
#################################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue