Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit c2224e6

Browse files
committed
formatting
1 parent 01a0acb commit c2224e6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -906,9 +906,7 @@ def open(
906906
raise ValueError("This manager has been closed and can not be re-used.")
907907

908908
self._callback = functools.partial(
909-
_wrap_callback_errors,
910-
callback,
911-
on_callback_error
909+
_wrap_callback_errors, callback, on_callback_error
912910
)
913911

914912
# Create the RPC

0 commit comments

Comments
 (0)