Skip to content

Commit a3e4ac5

Browse files
committed
update code for lint
1 parent dd69a8d commit a3e4ac5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/bigframes/bigframes/core/events.py

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

3131

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

0 commit comments

Comments
 (0)