Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg authored May 1, 2024
1 parent e330376 commit c1ebdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meds/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def patient_schema(per_event_properties_schema=pa.null()):
Event = TypedDict(
"Event",
{
"time": datetime.datetime,
"time": NotRequired[datetime.datetime],
"code": str,
"text_value": NotRequired[str],
"numeric_value": NotRequired[float],
Expand Down

0 comments on commit c1ebdc8

Please sign in to comment.