🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2025-12-15 01:11:50 +00:00 committed by GitHub
parent b409e2fe43
commit fce2632f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ See https://github.com/fastapi/fastapi/pull/14463
"""
from typing import Union
from fastapi import FastAPI
from fastapi.testclient import TestClient
from pydantic import BaseModel