Skip to content

Commit

Permalink
Removed unused NORMAL attribute in Parameter Enum
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-florentin-charles committed Oct 15, 2023
1 parent f095212 commit 760f464
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ class Parameter(tuple, Enum):
"""
BEGIN_YEAR: tuple = ('begin_year', None, int)
END_YEAR: tuple = ('end_year', None, int)
NORMAL: tuple = ('normal', None, float)
NORMAL_YEAR: tuple = ('normal_year', None, int)

0 comments on commit 760f464

Please sign in to comment.