🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-01-12 10:54:14 +00:00 committed by GitHub
parent b84ab6e261
commit b7c9856c9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import asyncio
import threading
import time
from typing import Generator
from collections.abc import Generator
from fastapi import Depends, FastAPI
from httpx import ASGITransport, AsyncClient