Skip to content

Commit

Permalink
Remove return statement from test
Browse files Browse the repository at this point in the history
  • Loading branch information
omarsilva1 committed Jun 2, 2023
1 parent f179b50 commit 6f27837
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mypyc/test-data/run-generators.test
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def generator() -> Iterable[int]:
print('caught exception with value ' + s)
else:
print('caught exception without value')
return 0

def no_except() -> Iterable[int]:
yield 1
Expand Down

0 comments on commit 6f27837

Please sign in to comment.