Skip to content

Commit

Permalink
fix(cimpl): typo in cimpl stub (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbenbang authored Jul 6, 2024
1 parent 6653a4d commit b213d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confluent_kafka-stubs/cimpl.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ class Producer:
headers: dict[str, str | bytes] | list[tuple[str, str | bytes]] | None = None,
) -> None: ...
def purge(self, in_queue: bool = True, in_flight: bool = True, blocking: bool = True) -> None: ...
def send_offsets_to_transactions(
def send_offsets_to_transaction(
self, positions: list[TopicPartition], group_metadata: object, timeout: float | None = None
) -> None:
"""
Expand Down

0 comments on commit b213d8f

Please sign in to comment.