Skip to content

Commit

Permalink
corrected week of the month
Browse files Browse the repository at this point in the history
  • Loading branch information
adityas1netapp committed Jun 20, 2024
1 parent 0eec3df commit 4eec060
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions spotinst_sdk2/models/ocean/rightsizing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ def __init__(
# region WeekOfTheMonth

class WeekOfTheMonth(Enum):
Monday = "MONDAY"
Tuesday = "TUESDAY"
Wednesday = "WEDNESDAY"
Thursday = "THURSDAY"
Friday = "FRIDAY"
Saturday = "SATURDAY"
Sunday = "SUNDAY"
First = "FIRST"
Second = "SECOND"
Third = "THIRD"
Fourth = "FOURTH"
Last = "LAST"

# endregion

Expand Down

0 comments on commit 4eec060

Please sign in to comment.