From bb18e831e29590ce4292960c838e403a69fc122a Mon Sep 17 00:00:00 2001 From: Daniel Bolin Date: Tue, 24 Oct 2023 11:27:14 -0400 Subject: [PATCH] Bug fix in extract summary --- containers/extract-summary/context/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/extract-summary/context/main.py b/containers/extract-summary/context/main.py index cf4ede6..3785887 100644 --- a/containers/extract-summary/context/main.py +++ b/containers/extract-summary/context/main.py @@ -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], }, )