Skip to content

Commit eb7e5c9

Browse files
committed
missing traitlets import
1 parent 4271752 commit eb7e5c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyter_server/extension/application.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
from traitlets import (
55
Unicode,
66
List,
7-
Dict,
7+
Dict,
8+
Bool,
89
default,
910
validate
1011
)

0 commit comments

Comments
 (0)