Skip to content

Commit 4451ce7

Browse files
committed
Fix mypyc build
1 parent f5373c5 commit 4451ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/errorcodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def __str__(self) -> str:
139139
"General",
140140
default_enabled=False,
141141
)
142-
TRUTHY_ITERABLE: Final = ErrorCode(
142+
TRUTHY_ITERABLE: Final[ErrorCode] = ErrorCode(
143143
"truthy-iterable",
144144
"Warn about Iterable expressions that could always evaluate to true in boolean contexts",
145145
"General",

0 commit comments

Comments
 (0)