Skip to content

Commit 1442d77

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ce69b76 commit 1442d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-possibly-undefined.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ if random():
11581158
break
11591159
else:
11601160
raise RuntimeError
1161-
1161+
11621162
print(value) # Should not error - value is defined if we broke
11631163
else:
11641164
value = random()

0 commit comments

Comments
 (0)