Skip to content

Commit 3f78961

Browse files
committed
fix relative import
1 parent abd0cc3 commit 3f78961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from main import PathParamController
2+
from .main import PathParamController
33

44
from ninja_extra.testing import TestClient
55

tests/test_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from main import QueryParamController
2+
from .main import QueryParamController
33

44
from ninja_extra.testing import TestClient
55

0 commit comments

Comments
 (0)