Skip to content

Commit ab3a368

Browse files
fix: missing dataclass decorator (after merge conflict resolution)
1 parent f8f9114 commit ab3a368

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
@@ -260,6 +260,7 @@ def color_by_opname(self, opname: str) -> str:
260260

261261
return self.reset
262262

263+
@dataclass(frozen=True, kw_only=True)
263264
class FancyCompleter(ThemeSection):
264265
# functions and methods
265266
function: builtins.str = ANSIColors.BOLD_BLUE

0 commit comments

Comments
 (0)