Skip to content

Commit

Permalink
Raise not return😳
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Mar 13, 2024
1 parent 0aad9a3 commit 7b4dedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mikeio/spatial/_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __repr__(self):

@property
def ndim(self) -> int:
return NotImplementedError()
raise NotImplementedError()

@property
def default_dims(self) -> Tuple[str, ...]:
Expand Down

0 comments on commit 7b4dedd

Please sign in to comment.