We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593c5ee commit 9d12459Copy full SHA for 9d12459
mypyc/irbuild/util.py
@@ -136,7 +136,7 @@ def get_mypyc_attrs(
136
attrs: MypycAttrs = {}
137
lines: dict[MypycAttr, int] = {}
138
139
- def set_mypyc_attr(key: MypycAttr, value: Any, line: int) -> None:
+ def set_mypyc_attr(key: str, value: Any, line: int) -> None:
140
if key in MYPYC_ATTRS:
141
attrs[key] = value
142
lines[key] = line
0 commit comments