diff --git a/tests/test_openapi_form_alias.py b/tests/test_openapi_form_alias.py index dc74dab8f..d19999de1 100644 --- a/tests/test_openapi_form_alias.py +++ b/tests/test_openapi_form_alias.py @@ -1,8 +1,7 @@ -from typing_extensions import Annotated - import pytest from fastapi import FastAPI, Form from fastapi.testclient import TestClient +from typing_extensions import Annotated app = FastAPI()