Skip to content

Commit

Permalink
fix: old error handling usage (unrelated)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 19, 2023
1 parent c349b55 commit 58b945b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awkward/types/type.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def is_equal_to(self, other, *, all_parameters: bool = False) -> bool:
__eq__ = is_equal_to

def _is_equal_to(self, other, all_parameters: bool) -> bool:
raise ak._errors.wrap_error(NotImplementedError)
raise NotImplementedError


class _DataShapeTransformer(Transformer):
Expand Down

0 comments on commit 58b945b

Please sign in to comment.