Skip to content

Commit 5bd5b75

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

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
@@ -381,10 +381,10 @@ def copy_with(
381381
return type(self)(
382382
argparse=argparse or self.argparse,
383383
difflib=difflib or self.difflib,
384+
live_profiler=live_profiler or self.live_profiler,
384385
syntax=syntax or self.syntax,
385386
traceback=traceback or self.traceback,
386387
unittest=unittest or self.unittest,
387-
live_profiler=live_profiler or self.live_profiler,
388388
)
389389

390390
@classmethod

0 commit comments

Comments
 (0)