Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Dec 2, 2024
1 parent 48635d4 commit 1c43466
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion caltechdata_api/customize_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ def validate_metadata(json_record):

# Check for 'identifiers'
if "identifiers" in json_record:

if (
not isinstance(json_record["identifiers"], list)
or len(json_record["identifiers"]) == 0
Expand Down

0 comments on commit 1c43466

Please sign in to comment.