Skip to content

Commit

Permalink
Typedef.
Browse files Browse the repository at this point in the history
  • Loading branch information
avullo committed Aug 13, 2024
1 parent 024ed95 commit 4b90bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_dataset_raises_for_different_leading_shapes(

def test_dataset_does_not_raise_with_unspecified_leading_dimension() -> None:
@contextlib.contextmanager
def does_not_raise():
def does_not_raise() -> None:
try:
yield
except Exception as e:
Expand Down

0 comments on commit 4b90bb1

Please sign in to comment.