Skip to content

Commit 595c5da

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 582eaba commit 595c5da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy/message_registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from mypy import errorcodes as codes
1414
from mypy.errorcodes import ErrorCode
1515

16+
1617
class ErrorMessage(NamedTuple):
1718
value: str
1819
code: ErrorCode | None = None

0 commit comments

Comments
 (0)