##// END OF EJS Templates
and reorder import
M Bussonnier -
Show More
@@ -12,20 +12,20 from IPython.utils.py3compat import input
12 from IPython.utils.terminal import toggle_set_term_title, set_term_title, restore_term_title
12 from IPython.utils.terminal import toggle_set_term_title, set_term_title, restore_term_title
13 from IPython.utils.process import abbrev_cwd
13 from IPython.utils.process import abbrev_cwd
14 from traitlets import (
14 from traitlets import (
15 Any,
15 Bool,
16 Bool,
16 Unicode,
17 Dict,
17 Dict,
18 Enum,
19 Float,
20 Instance,
18 Integer,
21 Integer,
19 List,
22 List,
20 observe,
21 Instance,
22 Type,
23 Type,
23 default,
24 Unicode,
24 Enum,
25 Union,
25 Union,
26 Any,
26 default,
27 observe,
27 validate,
28 validate,
28 Float,
29 )
29 )
30
30
31 from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
31 from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
General Comments 0
You need to be logged in to leave comments. Login now