Skip to content

Commit 5ccaa25

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

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
@@ -358,10 +358,10 @@ class Theme:
358358
"""
359359
argparse: Argparse = field(default_factory=Argparse)
360360
difflib: Difflib = field(default_factory=Difflib)
361+
live_profiler: LiveProfiler = field(default_factory=LiveProfiler)
361362
syntax: Syntax = field(default_factory=Syntax)
362363
traceback: Traceback = field(default_factory=Traceback)
363364
unittest: Unittest = field(default_factory=Unittest)
364-
live_profiler: LiveProfiler = field(default_factory=LiveProfiler)
365365

366366
def copy_with(
367367
self,

0 commit comments

Comments
 (0)