Skip to content

Commit b426c9c

Browse files
committed
Revert "Mark ErrorCodes as serializable (python#15218)"
This reverts commit 16b5922.
1 parent 3125c32 commit b426c9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mypy/errorcodes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@
88
from collections import defaultdict
99
from typing_extensions import Final
1010

11-
from mypy_extensions import mypyc_attr
12-
1311
error_codes: dict[str, ErrorCode] = {}
1412
sub_code_map: dict[str, set[str]] = defaultdict(set)
1513

1614

17-
@mypyc_attr(serializable=True)
1815
class ErrorCode:
1916
def __init__(
2017
self,

0 commit comments

Comments
 (0)