remove unnecessary imports
This commit is contained in:
parent
6e5eb659ca
commit
75b6d401ee
3 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
from typing import Annotated, Literal, Union, Any
|
||||
from typing import Annotated, Any, Literal, Union
|
||||
|
||||
from ninja import Schema
|
||||
from pydantic import Discriminator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue