Fix linting
This commit is contained in:
parent
edba63d0d9
commit
08ad4f389d
1 changed files with 3 additions and 1 deletions
|
|
@ -221,7 +221,9 @@ def horz(edge, height_pt=1):
|
|||
return ans
|
||||
|
||||
|
||||
def prerender_function(cell_width, cell_height, baseline, underline_position, underline_thickness, cursor_beam_thickness, cursor_underline_thickness, dpi_x, dpi_y):
|
||||
def prerender_function(
|
||||
cell_width, cell_height, baseline, underline_position, underline_thickness,
|
||||
cursor_beam_thickness, cursor_underline_thickness, dpi_x, dpi_y):
|
||||
# Pre-render the special underline, strikethrough and missing and cursor cells
|
||||
f = partial(
|
||||
render_special, cell_width=cell_width, cell_height=cell_height, baseline=baseline,
|
||||
|
|
|
|||
Loading…
Reference in a new issue