Skip to content

Commit 4cf8844

Browse files
PLNechLeoErcolanelli
authored andcommitted
test_index: Remove relative import to allow test running in IDE
1 parent 590bb53 commit 4cf8844

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_index.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
from algoliasearch.client import MAX_API_KEY_LENGTH
1717
from algoliasearch.helpers import AlgoliaException
1818

19-
from .helpers import safe_index_name
20-
from .helpers import get_api_client
21-
from .helpers import FakeData
19+
from tests.helpers import safe_index_name
20+
from tests.helpers import get_api_client
21+
from tests.helpers import FakeData
2222

2323

2424
class IndexTest(unittest.TestCase):

0 commit comments

Comments
 (0)