Skip to content

Commit

Permalink
allow empty event bus
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed May 11, 2022
1 parent 3fe3480 commit 1d95635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1571,6 +1571,7 @@ def _default_kernel_spec_manager_class(self):

event_bus = Instance(
EventBus,
allow_none=True,
help="An EventBus for emitting structured event data from Jupyter Server and extensions.",
)

Expand Down

0 comments on commit 1d95635

Please sign in to comment.