mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
a8a604d4c5
commit
874ad9ffe6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue