Skip to content

Commit

Permalink
update jpserver-extensions trait to work with traitlets 5.x (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer authored Nov 15, 2021
1 parent a1b013e commit 6c8c923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,8 @@ def _update_server_extensions(self, change):
self.server_extensions = change["new"]

jpserver_extensions = Dict(
{},
default_value={},
value_trait=Bool(),
config=True,
help=(
_i18n(
Expand Down

0 comments on commit 6c8c923

Please sign in to comment.