Skip to content

Commit

Permalink
fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Jan 10, 2025
1 parent abd0cc3 commit 3f78961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_path.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from main import PathParamController
from .main import PathParamController

from ninja_extra.testing import TestClient

Expand Down
2 changes: 1 addition & 1 deletion tests/test_query.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from main import QueryParamController
from .main import QueryParamController

from ninja_extra.testing import TestClient

Expand Down

0 comments on commit 3f78961

Please sign in to comment.