Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani committed Oct 29, 2024
1 parent 9e8904c commit d69b552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/parsers/validators/category3.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def validate(record, row_schema):
return true_case
else:
return true_case
except Exception as e:
except Exception:
vals = {
"WORK_ELIGIBLE_INDICATOR": WORK_ELIGIBLE_INDICATOR,
"RELATIONSHIP_HOH": RELATIONSHIP_HOH,
Expand Down

0 comments on commit d69b552

Please sign in to comment.