We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd69a8d commit a3e4ac5Copy full SHA for a3e4ac5
1 file changed
packages/bigframes/bigframes/core/events.py
@@ -30,7 +30,9 @@
30
31
32
class Subscriber:
33
- def __init__(self, callback: Callable[[Event], None], *, publisher: Publisher): # noqa: E501
+ def __init__(
34
+ self, callback: Callable[[Event], None], *, publisher: Publisher
35
+ ): # noqa: E501
36
self._publisher = publisher
37
self._callback = callback
38
self._subscriber_id = uuid.uuid4()
0 commit comments