Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed May 17, 2024
1 parent 9ce7ea1 commit 3ad8be0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tdrs-backend/tdpservice/parsers/case_consistency_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,8 @@ def __validate_t5_aabd_and_ssi(self):
record,
field='REC_AID_TOTALLY_DISABLED',
msg=(
f'{t5_model_name} Adults in territories must have a valid value for REC_AID_TOTALLY_DISABLED.'
f'{t5_model_name} Adults in territories must have a valid '
'value for REC_AID_TOTALLY_DISABLED.'
)
)
num_errors += 1
Expand All @@ -434,7 +435,8 @@ def __validate_t5_aabd_and_ssi(self):
record,
field='REC_AID_TOTALLY_DISABLED',
msg=(
f'{t5_model_name} People in states should not have a value of 1 for REC_AID_TOTALLY_DISABLED.'
f'{t5_model_name} People in states should not have a value '
'of 1 for REC_AID_TOTALLY_DISABLED.'
)
)
num_errors += 1
Expand Down

0 comments on commit 3ad8be0

Please sign in to comment.