Skip to content

Commit a6a4313

Browse files
committed
fix: ignore error for now until used
1 parent e4f78fc commit a6a4313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eodm/cli/extract/apps/opensearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def features(
3636
product_types=[product_type],
3737
limit=limit,
3838
)
39-
serialize(features, output_type=output)
39+
serialize(features, output_type=output) # type: ignore[arg-type]

0 commit comments

Comments
 (0)