Skip to content

Commit 9d1c699

Browse files
committed
allow_none=False by default for Type and Instance
1 parent 5c59e56 commit 9d1c699

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def _figure_format_changed(self, name, old, new):
114114
be explicit.
115115
""")
116116

117-
shell = Instance('IPython.core.interactiveshell.InteractiveShellABC')
117+
shell = Instance('IPython.core.interactiveshell.InteractiveShellABC',
118+
allow_none=True)
118119

119120

0 commit comments

Comments
 (0)