Skip to content

Commit 070312d

Browse files
committed
Remove error types
1 parent d08c226 commit 070312d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

conformance/tests/annotations_forward_refs.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ def __init__(self) -> None:
9191
self.ClassC = ClassC()
9292

9393

94-
assert_type(ClassD.str, Any)
95-
assert_type(ClassD.x, Any)
96-
97-
9894
# > If a triple quote is used, the string should be parsed as though it is implicitly
9995
# > surrounded by parentheses. This allows newline characters to be
10096
# > used within the string literal.

0 commit comments

Comments
 (0)