Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/pika/pika/adapters/blocking_connection.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class BlockingConnection:
def remove_timeout(self, timeout_id) -> None: ...
def update_secret(self, new_secret, reason) -> None: ...
def close(self, reply_code: int = 200, reply_text: str = "Normal shutdown") -> None: ...
def process_data_events(self, time_limit: int = 0): ...
def process_data_events(self, time_limit: int | None = 0): ...
Comment thread
ndevenish marked this conversation as resolved.
Outdated
def sleep(self, duration: float) -> None: ...
def channel(self, channel_number: int | None = None) -> BlockingChannel: ...
@property
Expand Down
Loading