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