Skip to content

Commit

Permalink
Remove WIP line
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-white committed Oct 28, 2024
1 parent 1907234 commit d69edea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/access_nri_intake/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def validate_against_schema(instance: dict, schema: dict) -> None:
issue_str += f"\n{i:02d} | {issue.absolute_path[0]} : { issue.message }"
except IndexError: # Must be a missing keyword, not a bad type/value
issue_str += f"\n{i:02d} | (missing) : { issue.message }"
# raise jsonschema.ValidationError(textwrap.fill(textwrap.dedent(issue_str)))
raise jsonschema.ValidationError(issue_str)

return
Expand Down

0 comments on commit d69edea

Please sign in to comment.