Skip to content

Commit a2590ff

Browse files
committed
removed ununsed list type
1 parent 73f198a commit a2590ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/api_controller/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Let's create an APIController to manage Django user model
3333

3434
```python
3535
import uuid
36-
from typing import List
3736
from ninja import ModelSchema
3837
from ninja_extra import (
3938
http_get, http_post, http_generic, http_delete,

0 commit comments

Comments
 (0)