Browse Source

Update tests

pull/11355/head
Sebastián Ramírez 8 months ago
parent
commit
61ef22512e
  1. 3
      tests/test_stringified_annotations_simple.py

3
tests/test_stringified_annotations_simple.py

@ -1,8 +1,7 @@
from __future__ import annotations
from fastapi import Depends, FastAPI
from fastapi import Depends, FastAPI, Request
from fastapi.testclient import TestClient
from starlette.requests import Request
from typing_extensions import Annotated
from .utils import needs_py310

Loading…
Cancel
Save