Skip to content

Commit e7cc0cb

Browse files
author
Guido van Rossum
committed
Fix tests
1 parent b5710d3 commit e7cc0cb

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
@@ -2272,12 +2272,6 @@ def visit_continue_stmt(self, s: ContinueStmt) -> None:
22722272
self.binder.handle_continue()
22732273
return None
22742274

2275-
def visit_typeddict_expr(self, e: TypedDictExpr) -> Type:
2276-
return self.expr_checker.visit_typeddict_expr(e)
2277-
2278-
def visit_enum_call_expr(self, o: 'mypy.nodes.EnumCallExpr') -> Type:
2279-
return self.expr_checker.visit_enum_call_expr(o)
2280-
22812275
#
22822276
# Helpers
22832277
#

0 commit comments

Comments
 (0)