Skip to content

Commit

Permalink
refactor: add AsgiFastStream args comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Aug 3, 2024
1 parent 94bb690 commit 6618d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faststream/asgi/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6618d1a

Please sign in to comment.