pre-commit-ci-lite[bot]
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
tests/test_annotated_forward_ref.py
|
|
|
@ -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 |
|
|
|
|