Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 18, 2024
1 parent 6f8333b commit 88ea8c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def function():
def function():
try:
from missing import some_thing
except ImportError:
except* ImportError:
some_thing = None
"""

Expand Down

0 comments on commit 88ea8c8

Please sign in to comment.