Update fastapi/applications.py

This commit is contained in:
Gabriel 2024-05-03 21:30:10 -04:00 committed by GitHub
parent 36b7d85154
commit adcb567307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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