diff --git a/xonsh/environ.py b/xonsh/environ.py index 633ecbbd2..e44b731bf 100644 --- a/xonsh/environ.py +++ b/xonsh/environ.py @@ -57,6 +57,7 @@ from xonsh.tools import ( history_tuple_to_str, intensify_colors_on_win_setter, is_bool, + is_bool_or_int, is_bool_or_none, is_completion_mode, is_completions_display_value, @@ -75,7 +76,6 @@ from xonsh.tools import ( is_string_set, is_tok_color_dict, is_valid_shlvl, - is_bool_or_int, logfile_opt_to_str, path_to_str, pathsep_to_upper_seq,