Skip to content

Commit f40ecaf

Browse files
committed
Reorder imports
1 parent aeb8345 commit f40ecaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_pyrepl/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
from dataclasses import dataclass, field, fields
3030

3131
from . import commands, console, input
32+
from . import vi_commands
3233
from .utils import wlen, unbracket, disp_str, gen_colors, THEME
3334
from .trace import trace
34-
from . import vi_commands
3535

3636

3737
# types

0 commit comments

Comments
 (0)