Skip to content

Commit 8a4c60b

Browse files
authored
Fix annotation for group_instance_id parameter (#2606)
1 parent c87358d commit 8a4c60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faststream/confluent/broker/registrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def subscriber(
115115
partitions: Sequence["TopicPartition"] = (),
116116
polling_interval: float = 0.1,
117117
group_id: str | None = None,
118-
group_instance_id: None = None,
118+
group_instance_id: str | None = None,
119119
fetch_max_wait_ms: int = 500,
120120
fetch_max_bytes: int = 50 * 1024 * 1024,
121121
fetch_min_bytes: int = 1,

0 commit comments

Comments
 (0)