Skip to content

Commit

Permalink
fix: nkeys_seed_str default None
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik authored Nov 8, 2024
1 parent 5cefee9 commit 1cf7870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faststream/nats/broker/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def __init__(
nkeys_seed_str: Annotated[
Optional[str],
Doc("Raw nkeys seed to be used."),
],
] = None,
inbox_prefix: Annotated[
Union[str, bytes],
Doc(
Expand Down

0 comments on commit 1cf7870

Please sign in to comment.