We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afef29 commit 70da961Copy full SHA for 70da961
aws_lambda_powertools/utilities/feature_flags/time_conditions.py
@@ -4,15 +4,6 @@
4
from .schema import TimeKeys, TimeValues
5
6
HOUR_MIN_SEPARATOR = ":"
7
-DAY_MAPPING = {
8
- 1: TimeValues.MONDAY,
9
- 2: TimeValues.TUESDAY,
10
- 3: TimeValues.WEDNESDAY,
11
- 4: TimeValues.THURSDAY,
12
- 5: TimeValues.FRIDAY,
13
- 6: TimeValues.SATURDAY,
14
- 7: TimeValues.SUNDAY,
15
-}
16
17
18
def time_range_compare(action: str, values: Dict) -> bool:
0 commit comments