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 d08c226 commit 070312dCopy full SHA for 070312d
conformance/tests/annotations_forward_refs.py
@@ -91,10 +91,6 @@ def __init__(self) -> None:
91
self.ClassC = ClassC()
92
93
94
-assert_type(ClassD.str, Any)
95
-assert_type(ClassD.x, Any)
96
-
97
98
# > If a triple quote is used, the string should be parsed as though it is implicitly
99
# > surrounded by parentheses. This allows newline characters to be
100
# > used within the string literal.
0 commit comments