Skip to content

Commit c298d88

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/run-generators.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def call_nested_recursive(x: int) -> Iterator:
277277
if x > 0:
278278
yield from recursive(x - 1)
279279
yield x
280-
280+
281281
yield from recursive(x)
282282

283283
def test_call_nested_generator_in_function() -> None:

0 commit comments

Comments
 (0)