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,13 +1,9 @@
# -*- coding: utf-8 -*-
from __future__ import division, absolute_import, print_function, unicode_literals
import sys
import pytest
sys.path.insert(0, 'jellyfin_kodi')
from helper.utils import values # noqa: E402
from jellyfin_kodi.helper.utils import values
item1 = {'foo': 123, 'bar': 456, 'baz': 789}