Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Jul 17, 2024
1 parent e29f07c commit e9c02c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/parsers/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def if_then_validator_func(value, row_schema):
ending_error = "validator2 passed"

error_message = (f"if {condition_field_name} " + (center_error) +
f" then " + ending_error)
" then " + ending_error)
else:
error_message = None

Expand Down

0 comments on commit e9c02c8

Please sign in to comment.