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 7932b81 commit 593c5eeCopy full SHA for 593c5ee
mypyc/irbuild/util.py
@@ -32,7 +32,7 @@
32
from mypy.types import FINAL_DECORATOR_NAMES
33
from mypyc.errors import Errors
34
35
-MYPYC_ATTRS: Final[MypycAttr] = frozenset(
+MYPYC_ATTRS: Final[frozenset[MypycAttr]] = frozenset(
36
["native_class", "allow_interpreted_subclasses", "serializable", "free_list_len"]
37
)
38
0 commit comments