Browse Source

Update fastapi/applications.py

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

2
fastapi/applications.py

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

Loading…
Cancel
Save