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 73f198a commit a2590ffCopy full SHA for a2590ff
docs/api_controller/index.md
@@ -33,7 +33,6 @@ Let's create an APIController to manage Django user model
33
34
```python
35
import uuid
36
-from typing import List
37
from ninja import ModelSchema
38
from ninja_extra import (
39
http_get, http_post, http_generic, http_delete,
0 commit comments