Remove path injection

This commit is contained in:
Odd Stråbø 2021-10-10 19:44:32 +02:00
parent 256c401ef9
commit 086a704f24
8 changed files with 4 additions and 81 deletions

View file

@ -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", [