Browse Source

fix import

pull/13537/head
adhoc 2 weeks ago
parent
commit
f2648fe45c
  1. 2
      tests/test_form_default.py

2
tests/test_form_default.py

@ -1,4 +1,4 @@
from typing import Annotated, Optional
from typing_extensions import Annotated, Optional
from fastapi import FastAPI, File, Form
from starlette.testclient import TestClient

Loading…
Cancel
Save