Skip to content

Commit ff417c7

Browse files
committed
Use correct path for import
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 8cc9ecb commit ff417c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
import pytest
1616
from commoncode.testcase import FileDrivenTesting
17+
from test_cli import check_json_results
1718

1819
from python_inspector.resolve_cli import resolver_api
19-
from tests.test_cli import check_json_results
2020

2121
test_env = FileDrivenTesting()
2222
test_env.test_data_dir = os.path.join(os.path.dirname(__file__), "data")

0 commit comments

Comments
 (0)