Browse Source

Update fastapi/applications.py

pull/11530/head
Gabriel 11 months ago
committed by GitHub
parent
commit
adcb567307
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      fastapi/applications.py

2
fastapi/applications.py

@ -4515,7 +4515,7 @@ class FastAPI(Starlette):
```python
import time
from typing import Awaitable, Callabe
from typing import Awaitable, Callable
from fastapi import FastAPI, Request, Response

Loading…
Cancel
Save