Skip to content

Commit 7932b81

Browse files
Update util.py
1 parent 4a88449 commit 7932b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/irbuild/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
from typing import Any, Final, FrozenSet, Literal, TypedDict
5+
from typing import Any, Final, Literal, TypedDict
66
from typing_extensions import NotRequired
77

88
from mypy.nodes import (
@@ -32,7 +32,7 @@
3232
from mypy.types import FINAL_DECORATOR_NAMES
3333
from mypyc.errors import Errors
3434

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

0 commit comments

Comments
 (0)