Skip to content

Commit ae1f056

Browse files
committed
sonar issues2
1 parent b311594 commit ae1f056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/shared/src/common/validator/expression_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def validate_expression(self, expression_type: str, rule, field_name, field_valu
8080
return "Schema expression not found! Check your expression type : " + expression_type
8181

8282
# ISO 8601 date/datetime validate (currently date-only)
83-
def _validate_datetime(self, rule, field_name, field_value, row) -> ErrorReport:
83+
def _validate_datetime(self, _expression_rule, field_name, field_value, row) -> ErrorReport:
8484
try:
8585
# Current behavior expects date-only; datetime raises and is handled below
8686
datetime.date.fromisoformat(field_value)

0 commit comments

Comments
 (0)