Skip to content

Commit b26cb64

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/_colorize.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ def color_by_opname(self, opname: str) -> str:
259259

260260

261261
return self.reset
262-
262+
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)