We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df3d96 commit fd0b27eCopy full SHA for fd0b27e
ninja_extra/schemas/__init__.py
@@ -1,3 +1,7 @@
1
-from .response import PaginatedResponseSchema, RouteParameter, NinjaPaginationResponseSchema
+from .response import (
2
+ NinjaPaginationResponseSchema,
3
+ PaginatedResponseSchema,
4
+ RouteParameter,
5
+)
6
7
__all__ = ["PaginatedResponseSchema", "RouteParameter", "NinjaPaginationResponseSchema"]
0 commit comments