Skip to content

Commit 593c5ee

Browse files
Update util.py
1 parent 7932b81 commit 593c5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from mypy.types import FINAL_DECORATOR_NAMES
3333
from mypyc.errors import Errors
3434

35-
MYPYC_ATTRS: Final[MypycAttr] = frozenset(
35+
MYPYC_ATTRS: Final[frozenset[MypycAttr]] = frozenset(
3636
["native_class", "allow_interpreted_subclasses", "serializable", "free_list_len"]
3737
)
3838

0 commit comments

Comments
 (0)