Skip to content

Commit 5ea8ead

Browse files
author
Guido van Rossum
committed
Fix tests (I hope)
1 parent e5c5937 commit 5ea8ead

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mypy/checker.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,12 +2219,6 @@ def visit_continue_stmt(self, s: ContinueStmt) -> None:
22192219
self.binder.handle_continue()
22202220
return None
22212221

2222-
def visit_typeddict_expr(self, e: TypedDictExpr) -> Type:
2223-
return self.expr_checker.visit_typeddict_expr(e)
2224-
2225-
def visit_enum_call_expr(self, o: 'mypy.nodes.EnumCallExpr') -> Type:
2226-
return self.expr_checker.visit_enum_call_expr(o)
2227-
22282222
#
22292223
# Helpers
22302224
#

0 commit comments

Comments
 (0)