Skip to content

Commit 57e1eaf

Browse files
huangsamCopilot
andauthored
Update ultimatepython/advanced/exception_groups.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f813a71 commit 57e1eaf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ultimatepython/advanced/exception_groups.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def raising_exception_groups():
3333
assert isinstance(eg.exceptions[2], KeyError)
3434
return "Caught exception group"
3535

36-
return "Should not reach here"
3736

3837

3938
def handling_with_except_star():

0 commit comments

Comments
 (0)