Skip to content

Commit f23502d

Browse files
fix PEP8 spacing
1 parent 760d3c7 commit f23502d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bpython/curtsiesfrontend/replpainter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def paginate(rows, matches, current, words_wide):
5555
current_page = matches.index(current) // per_page
5656
return matches[per_page * current_page:per_page * (current_page + 1)]
5757

58+
5859
def matches_lines(rows, columns, matches, current, config, format):
5960
highlight_color = func_for_letter(config.color_scheme['operator'].lower())
6061

0 commit comments

Comments
 (0)