Skip to content

Commit 214a339

Browse files
pablogsalhugovk
andauthored
Update _colorize.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 5bd5b75 commit 214a339

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
@@ -398,10 +398,10 @@ def no_colors(cls) -> Self:
398398
return cls(
399399
argparse=Argparse.no_colors(),
400400
difflib=Difflib.no_colors(),
401+
live_profiler=LiveProfiler.no_colors(),
401402
syntax=Syntax.no_colors(),
402403
traceback=Traceback.no_colors(),
403404
unittest=Unittest.no_colors(),
404-
live_profiler=LiveProfiler.no_colors(),
405405
)
406406

407407

0 commit comments

Comments
 (0)