diff --git a/tests/test_openapi_form_alias.py b/tests/test_openapi_form_alias.py index 887a756c8..4e9cf839a 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()