diff --git a/fastapi/applications.py b/fastapi/applications.py index d5b70e116..ab895d657 100644 --- a/fastapi/applications.py +++ b/fastapi/applications.py @@ -51,7 +51,7 @@ class FastAPI(Starlette): openapi_prefix: str = "", root_path: str = "", root_path_in_servers: bool = True, - **extra: Dict[str, Any], + **extra: Any, ) -> None: self.default_response_class = default_response_class self._debug = debug