Skip to content

Commit c3c663e

Browse files
committed
fix mypy
1 parent 2ee47bc commit c3c663e

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
@@ -239,8 +239,8 @@ class FancyCompleter(ThemeSection):
239239
type: str = ANSIColors.BOLD_MAGENTA
240240
module: str = ANSIColors.CYAN
241241
NoneType: str = ANSIColors.GREY
242-
str: str = ANSIColors.BOLD_GREEN
243242
bytes: str = ANSIColors.BOLD_GREEN
243+
str: str = ANSIColors.BOLD_GREEN
244244

245245

246246
@dataclass(frozen=True, kw_only=True)

0 commit comments

Comments
 (0)