Skip to content

Commit ee8e43f

Browse files
committed
isort and black linting fix
1 parent f476dc1 commit ee8e43f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ninja_extra/controllers/model_controller_builder.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
import typing as t
2+
23
from ninja.orm.fields import TYPES
34
from ninja.params import Body, Path
5+
from pydantic import BaseModel as PydanticModel
6+
47
from .. import status
58
from ..pagination import paginate
69
from .response import Detail
710
from .route import http_delete, http_get, http_patch, http_post, http_put
8-
from pydantic import BaseModel as PydanticModel
11+
912
if t.TYPE_CHECKING:
1013
from .base import APIController, ModelControllerBase
1114

0 commit comments

Comments
 (0)