Skip to content

Commit b0c8ac3

Browse files
authored
Fix lint error
1 parent 42a0304 commit b0c8ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyrepl/test_layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
)
88
from _pyrepl.layout import (
99
LayoutMap,
10-
WrappedRow,
10+
LayoutRow,
1111
layout_content_lines,
1212
)
1313

0 commit comments

Comments
 (0)