From 6618d1aca2a37d22d6fffa493e2b830daa8b749d Mon Sep 17 00:00:00 2001 From: Nikita Pastukhov Date: Sat, 3 Aug 2024 18:20:51 +0300 Subject: [PATCH] refactor: add AsgiFastStream args comment --- faststream/asgi/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/faststream/asgi/app.py b/faststream/asgi/app.py index 34d0698fe2..6882021a50 100644 --- a/faststream/asgi/app.py +++ b/faststream/asgi/app.py @@ -36,6 +36,7 @@ def __init__( /, asgi_routes: Sequence[Tuple[str, "ASGIApp"]] = (), asyncapi_path: Optional[str] = None, + # regular broker args logger: Optional["LoggerProto"] = logger, lifespan: Optional["Lifespan"] = None, # AsyncAPI args,