Skip to content

Commit

Permalink
and reorder import
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Dec 11, 2024
1 parent 085e901 commit 283005f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions IPython/terminal/interactiveshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
from IPython.utils.terminal import toggle_set_term_title, set_term_title, restore_term_title
from IPython.utils.process import abbrev_cwd
from traitlets import (
Any,
Bool,
Unicode,
Dict,
Enum,
Float,
Instance,
Integer,
List,
observe,
Instance,
Type,
default,
Enum,
Unicode,
Union,
Any,
default,
observe,
validate,
Float,
)

from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
Expand Down

0 comments on commit 283005f

Please sign in to comment.