Skip to content

Commit 69ec8c2

Browse files
committed
Add str and datetime.time to xsd:time coercion mapping
1 parent 6f57f19 commit 69ec8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkml_runtime/processing/referencevalidator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"xsd:decimal": Decimal,
7373
"xsd:dateTime": (str, datetime.datetime, datetime.time, XSDTime),
7474
"xsd:date": (str, datetime.date, XSDDate),
75-
"xsd:time": XSDTime,
75+
"xsd:time": (str, datetime.time, XSDTime),
7676
}
7777

7878

0 commit comments

Comments
 (0)