mirror of https://github.com/tiangolo/fastapi.git
Update fastapi/applications.py
This commit is contained in:
parent
36b7d85154
commit
adcb567307
|
|
@ -4515,7 +4515,7 @@ class FastAPI(Starlette):
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import time
|
import time
|
||||||
from typing import Awaitable, Callabe
|
from typing import Awaitable, Callable
|
||||||
|
|
||||||
from fastapi import FastAPI, Request, Response
|
from fastapi import FastAPI, Request, Response
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue