Skip to content

Commit

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

from ninja_extra.testing import TestClient

from .main import PathParamController

client = TestClient(PathParamController)


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

from ninja_extra.testing import TestClient

from .main import QueryParamController

response_missing = {
"detail": [
{
Expand Down

0 comments on commit a81b5e7

Please sign in to comment.