Skip to content

Commit

Permalink
Annotated syntax support
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Sep 9, 2023
1 parent 417e637 commit c2f61b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_annotated.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing_extensions import Annotated
from ninja import NinjaAPI, Schema, Form, Query, Path, Header, Body, Cookie
from ninja.testing import TestClient

from ninja import Body, Cookie, Form, Header, NinjaAPI, Path, Query, Schema
from ninja.testing import TestClient

api = NinjaAPI()

Expand Down

0 comments on commit c2f61b9

Please sign in to comment.