Skip to content

Commit bca663c

Browse files
authored
Fix bad conflict resolution
1 parent 401b1f5 commit bca663c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/_colorize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ class Difflib(ThemeSection):
199199
reset: str = ANSIColors.RESET
200200

201201

202+
@dataclass(frozen=True, kw_only=True)
202203
class FancyCompleter(ThemeSection):
203204
# functions and methods
204205
function: str = ANSIColors.BOLD_BLUE

0 commit comments

Comments
 (0)