mirror of https://github.com/tiangolo/fastapi.git
add required
This commit is contained in:
parent
7cfc721acd
commit
2b2880d801
|
|
@ -1,4 +1,4 @@
|
|||
from typing import List
|
||||
from typing import List, Dict
|
||||
|
||||
import pytest
|
||||
from fastapi import FastAPI, Query
|
||||
|
|
|
|||
Loading…
Reference in New Issue