Skip to content

Commit

Permalink
Bug fix in extract summary
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Oct 24, 2023
1 parent 89f69fc commit bb18e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/extract-summary/context/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
"@type": t.Literal["CellSummary"],
"annotation_method": str,
"cell_source": t.NotRequired[str],
"cell_source": t.Optional[str],
"summary": t.List[CellSummaryRow],
},
)
Expand Down

0 comments on commit bb18e83

Please sign in to comment.