mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-15 20:56:13 +00:00
Remove path injection
This commit is contained in:
parent
256c401ef9
commit
086a704f24
8 changed files with 4 additions and 81 deletions
|
@ -1,10 +1,6 @@
|
|||
import sys
|
||||
|
||||
import pytest
|
||||
|
||||
sys.path.insert(0, 'jellyfin_kodi')
|
||||
|
||||
from jellyfin.utils import clean_none_dict_values # noqa: E402
|
||||
from jellyfin_kodi.jellyfin.utils import clean_none_dict_values
|
||||
|
||||
|
||||
@pytest.mark.parametrize("obj,expected", [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue