Skip to content

Commit

Permalink
update jpserver-extensions trait to work with traitlets 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Nov 11, 2021
1 parent a1b013e commit fb3ec89
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 fb3ec89

Please sign in to comment.