🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2025-12-18 13:22:49 +00:00 committed by GitHub
parent c171f468d8
commit dc6c5b8917
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from dataclasses import dataclass
if sys.version_info >= (3, 9):
from typing import Annotated
else:
from typing_extensions import Annotated
from typing import Annotated
from fastapi import Depends, FastAPI
from fastapi.testclient import TestClient