Skip to content

Commit 3149e8c

Browse files
authored
Add missing import in enums_members.py (#1985)
1 parent ac67f79 commit 3149e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/tests/enums_members.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Specification: https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
66

77
from enum import Enum, member, nonmember
8-
from typing import Literal, assert_type
8+
from typing import Literal, assert_type, reveal_type
99

1010
# > If an attribute is defined in the class body with a type annotation but
1111
# > with no assigned value, a type checker should assume this is a non-member

0 commit comments

Comments
 (0)