Skip to content

Commit 1c43466

Browse files
committed
Spacing
1 parent 48635d4 commit 1c43466

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

caltechdata_api/customize_schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ def validate_metadata(json_record):
416416

417417
# Check for 'identifiers'
418418
if "identifiers" in json_record:
419-
420419
if (
421420
not isinstance(json_record["identifiers"], list)
422421
or len(json_record["identifiers"]) == 0

0 commit comments

Comments
 (0)