Skip to content

Commit accadd0

Browse files
committed
remove unnecessary super call
1 parent 13922f6 commit accadd0

File tree

1 file changed

+0
-4
lines changed
  • jupyter_server/services/events

1 file changed

+0
-4
lines changed

jupyter_server/services/events/bus.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ class EventBus(EventLog, SingletonConfigurable):
66
"""A Jupyter EventLog as a Singleton, making it easy to
77
access from anywhere and log events.
88
"""
9-
10-
def record_event(self, *args, **kwargs):
11-
12-
super().record_event(*args, **kwargs)

0 commit comments

Comments
 (0)