remove unnecessary imports

This commit is contained in:
Laura Klünder 2023-12-03 18:12:59 +01:00
parent 6e5eb659ca
commit 75b6d401ee
3 changed files with 3 additions and 4 deletions

View file

@ -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