Skip to content

Commit

Permalink
Remove some unnecessary pass statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed May 30, 2022
1 parent 1a83bf2 commit 2347caa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyresample/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,14 @@
class DimensionError(ValueError):
"""Wrap ValueError."""

pass


class IncompatibleAreas(ValueError):
"""Error when the areas to combine are not compatible."""

pass


class InvalidArea(ValueError):
"""Error to be raised when an area is invalid for a given purpose."""

pass


class BaseDefinition:
"""Base class for geometry definitions.
Expand Down

0 comments on commit 2347caa

Please sign in to comment.