Update fastapi/applications.py

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

View File

@ -4517,7 +4517,7 @@ class FastAPI(Starlette):
import time
from typing import Awaitable, Callabe
from fastapi import FastAPI, Request
from fastapi import FastAPI, Request, Response
app = FastAPI()