Skip to content

Commit 688cc88

Browse files
committed
More lint!
1 parent cf056f8 commit 688cc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws_cron_expression_validator/validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def month_regex(cls):
136136
@classmethod
137137
def day_of_week_regex(cls):
138138
range_list = cls.list_range_regex(cls.day_of_week_values)
139-
return rf"^({range_list}|\*|\?|{cls.day_of_week_values}L|L|L-[1-7]|{cls.day_of_week_hash})$"
139+
return rf"^({range_list}|\*|\?|{cls.day_of_week_values}L|L|L-[1-7]|{cls.day_of_week_hash})$"
140140
# values , - * ? L #
141141

142142
@classmethod

0 commit comments

Comments
 (0)