Skip to content

Commit

Permalink
remove pass
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Oct 23, 2023
1 parent 5129bb1 commit 92e0cf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nlmod/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@
class LayerError(Exception):
"""Generic error when modifying layers."""

pass


class MissingValueError(Exception):
"""Generic error when an expected value is not defined."""

pass


def check_da_dims_coords(da, ds):
"""Check if DataArray dimensions and coordinates match those in Dataset.
Expand Down

0 comments on commit 92e0cf5

Please sign in to comment.