Skip to content

Commit

Permalink
lint: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Nov 7, 2023
1 parent eacc65d commit 48b0499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faststream/nats/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
log_context_builder: Callable[[StreamMessage[Any]], Dict[str, str]],
queue: str = "",
stream: Optional[JStream] = None,
pull_sub: [PullSub] = None,
pull_sub: Optional[PullSub] = None,
extra_options: Optional[AnyDict] = None,
# AsyncAPI information
description: Optional[str] = None,
Expand Down

0 comments on commit 48b0499

Please sign in to comment.