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 59b49af commit 4e9559aCopy full SHA for 4e9559a
mypy/checker.py
@@ -5117,7 +5117,6 @@ def visit_for_stmt(self, s: ForStmt) -> None:
5117
if isinstance(get_proper_type(super_instance.args[2]), UninhabitedType):
5118
exit_condition = NameExpr("True")
5119
exit_condition.fullname = "builtins.True"
5120
- print("woohoo!")
5121
else:
5122
exit_condition = NameExpr("False")
5123
exit_condition.fullname = "builtins.False"
0 commit comments