Skip to content

Commit a36e8d2

Browse files
committed
Fix incorrect usage of default_value in traitlets 5.3.*
1 parent e81d32a commit a36e8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldap_hooks/hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class LDAP(LoggingConfigurable):
8383

8484
object_classes = List(
8585
trait=Unicode(),
86-
default_value=None,
86+
default_value=[],
8787
allow_none=False,
8888
config=True,
8989
help=dedent(

0 commit comments

Comments
 (0)