From 516fe5adb3c81de64bc60ad8556b65b97a73b363 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 11:21:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_openapi_form_alias.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()