We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13922f6 commit accadd0Copy full SHA for accadd0
jupyter_server/services/events/bus.py
@@ -6,7 +6,3 @@ class EventBus(EventLog, SingletonConfigurable):
6
"""A Jupyter EventLog as a Singleton, making it easy to
7
access from anywhere and log events.
8
"""
9
-
10
- def record_event(self, *args, **kwargs):
11
12
- super().record_event(*args, **kwargs)
0 commit comments