Skip to content

Commit f393a0d

Browse files
committed
format code
1 parent a3e4ac5 commit f393a0d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/bigframes/bigframes/core/events.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030

3131

3232
class Subscriber:
33-
def __init__(
34-
self, callback: Callable[[Event], None], *, publisher: Publisher
35-
): # noqa: E501
33+
def __init__(self, callback: Callable[[Event], None], *, publisher: Publisher): # noqa: E501
3634
self._publisher = publisher
3735
self._callback = callback
3836
self._subscriber_id = uuid.uuid4()

0 commit comments

Comments
 (0)