Browse Source

🎨 Auto format

pull/14557/head
pre-commit-ci-lite[bot] 7 months ago
committed by GitHub
parent
commit
dc6c5b8917
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tests/test_annotated_forward_ref.py

2
tests/test_annotated_forward_ref.py

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

Loading…
Cancel
Save