From 514abd89748daaa77c09c1a93cf4dd794ab55191 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Fri, 19 Apr 2024 16:00:49 -0400 Subject: [PATCH] return type annotation --- stac_geoparquet/to_parquet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_geoparquet/to_parquet.py b/stac_geoparquet/to_parquet.py index b37258a..3d2d8c6 100644 --- a/stac_geoparquet/to_parquet.py +++ b/stac_geoparquet/to_parquet.py @@ -7,7 +7,7 @@ WGS84_CRS_JSON = CRS.from_epsg(4326).to_json_dict() -def to_parquet(table: pa.Table, where, **kwargs): +def to_parquet(table: pa.Table, where, **kwargs) -> None: """Write an Arrow table with STAC data to GeoParquet This writes metadata compliant with GeoParquet 1.1.