Skip to content

Commit

Permalink
feat[DEI-45]: remove month and year from time scale mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
IoannaMi committed Nov 1, 2023
1 parent 3cc357c commit 57547d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(
self._operation_type = operation_type
self._time_scale = time_scale.lower()
self._operation_parameter = operation_parameter
self._time_scale_mapping = {"hour": "H", "day": "D", "month": "M", "year": "Y"}
self._time_scale_mapping = {"hour": "H", "day": "D"}
self._period = period

@property
Expand Down

0 comments on commit 57547d2

Please sign in to comment.