Skip to content

Commit 106aa66

Browse files
committed
revert unrelated changes
1 parent fb7adc5 commit 106aa66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/_pyrepl/readline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ def _get_first_indentation(buffer: list[str]) -> str | None:
252252
return ''.join(buffer[indented_line_start : i])
253253
return None
254254

255+
255256
def _should_auto_indent(buffer: list[str], pos: int) -> bool:
256257
buffer_str = ''.join(buffer)
257258
colors = tuple(gen_colors(buffer_str))

0 commit comments

Comments
 (0)