Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 21, 2023
1 parent f005702 commit e373441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esmf_regrid/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@

class Constants:
"""Encompassing class for best practice import."""

class Method(Enum):
"""holds enums for Method values."""

CONSERVATIVE = esmpy.RegridMethod.CONSERVE
BILINEAR = esmpy.RegridMethod.BILINEAR
NEAREST = esmpy.RegridMethod.NEAREST_STOD
Expand Down

0 comments on commit e373441

Please sign in to comment.