From 6315af81b439d5e9f00edc6d2969156c713feb7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Dec 2025 11:40:31 +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/benchmarks/test_general_performance.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/benchmarks/test_general_performance.py b/tests/benchmarks/test_general_performance.py index 0fc44fed5..d719aaa58 100644 --- a/tests/benchmarks/test_general_performance.py +++ b/tests/benchmarks/test_general_performance.py @@ -1,12 +1,11 @@ import json from collections.abc import Iterator -from typing import Any, Dict, List, Tuple +from typing import Annotated, Any, Dict, List, Tuple import pytest from fastapi import Depends, FastAPI from fastapi.testclient import TestClient from pydantic import BaseModel -from typing_extensions import Annotated class ItemIn(BaseModel):