Skip to content

Commit 2e42a81

Browse files
pablogsalhugovk
andauthored
Update _colorize.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 5ccaa25 commit 2e42a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_colorize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,10 @@ def copy_with(
368368
*,
369369
argparse: Argparse | None = None,
370370
difflib: Difflib | None = None,
371+
live_profiler: LiveProfiler | None = None,
371372
syntax: Syntax | None = None,
372373
traceback: Traceback | None = None,
373374
unittest: Unittest | None = None,
374-
live_profiler: LiveProfiler | None = None,
375375
) -> Self:
376376
"""Return a new Theme based on this instance with some sections replaced.
377377

0 commit comments

Comments
 (0)