mirror of https://github.com/tiangolo/fastapi.git
Merge branch 'bugfix/form-alias' of github.com:StefansM/fastapi into bugfix/form-alias
This commit is contained in:
commit
fc2648ca00
|
|
@ -1,8 +1,7 @@
|
||||||
from typing_extensions import Annotated
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from fastapi import FastAPI, Form
|
from fastapi import FastAPI, Form
|
||||||
from fastapi.testclient import TestClient
|
from fastapi.testclient import TestClient
|
||||||
|
from typing_extensions import Annotated
|
||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue