🐛 Fix app.extra type annotation (#1659)

Co-authored-by: bar.harel <bar.harel@biocatch.com>
This commit is contained in:
Bar Harel
2020-08-03 09:43:04 +03:00
committed by GitHub
parent 306ec8de04
commit f1c5330b65

View File

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