Skip to content

Commit b6930e7

Browse files
committed
restart CI
1 parent c24c950 commit b6930e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def accept_loop(
636636
iter += 1
637637
if iter == 20:
638638
raise RuntimeError("Too many iterations when checking a loop")
639-
639+
asdf
640640
# Report those unreachable and redundant expression errors identified in all
641641
# iteration steps:
642642
for error_info in uselessness_errors:

0 commit comments

Comments
 (0)