Browse Source

🎨 Auto format

pull/14558/head
github-actions[bot] 7 months ago
parent
commit
6315af81b4
  1. 3
      tests/benchmarks/test_general_performance.py

3
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):

Loading…
Cancel
Save