Skip to content

Commit f3ecf8c

Browse files
chore: precommit fixes
1 parent 47b13b5 commit f3ecf8c

File tree

1 file changed

+1
-1
lines changed
  • addonfactory_test_matrix_action

1 file changed

+1
-1
lines changed

addonfactory_test_matrix_action/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def _generate_supported_sc4s(args, path):
6767
if supported_string != "ROLLING":
6868
eol = datetime.strptime(supported_string, "%Y-%m-%d").date()
6969
today = datetime.now().date()
70-
if (today >= eol):
70+
if today >= eol:
7171
continue
7272

7373
for k in config[section].keys():

0 commit comments

Comments
 (0)