mirror of https://github.com/tiangolo/fastapi.git
fix test
This commit is contained in:
parent
668f96029d
commit
ee70593999
|
|
@ -1,4 +1,4 @@
|
|||
from typing import Dict, List, Tuple
|
||||
from typing import Dict, List, Optional, Tuple
|
||||
|
||||
import pytest
|
||||
from fastapi import FastAPI, Query
|
||||
|
|
|
|||
Loading…
Reference in New Issue