We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac67f79 commit 3149e8cCopy full SHA for 3149e8c
conformance/tests/enums_members.py
@@ -5,7 +5,7 @@
5
# Specification: https://typing.readthedocs.io/en/latest/spec/enums.html#defining-members
6
7
from enum import Enum, member, nonmember
8
-from typing import Literal, assert_type
+from typing import Literal, assert_type, reveal_type
9
10
# > If an attribute is defined in the class body with a type annotation but
11
# > with no assigned value, a type checker should assume this is a non-member
0 commit comments