Skip to content

Commit 7797904

Browse files
committed
Add a type annotation
1 parent 78f54f8 commit 7797904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_pyrepl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def disp_str(
257257
buffer: str,
258258
colors: list[ColorSpan] | None = None,
259259
start_index: int = 0,
260-
force_color=False,
260+
force_color: bool = False,
261261
) -> tuple[CharBuffer, CharWidths]:
262262
r"""Decompose the input buffer into a printable variant with applied colors.
263263

0 commit comments

Comments
 (0)