From 36ce51fdfc53e2c027d1afdeba9f23f82bc6b390 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 04:42:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_openapi_unhashable_annotated.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_openapi_unhashable_annotated.py b/tests/test_openapi_unhashable_annotated.py index 945ae8edf9..6f05edbeaa 100644 --- a/tests/test_openapi_unhashable_annotated.py +++ b/tests/test_openapi_unhashable_annotated.py @@ -1,8 +1,7 @@ from typing import Annotated -from pydantic.fields import FieldInfo - from fastapi._compat.v2 import ModelField, get_definitions +from pydantic.fields import FieldInfo class UnhashableMetadata: