Skip to content

Commit

Permalink
return type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Apr 19, 2024
1 parent c09daeb commit 514abd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_geoparquet/to_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 514abd8

Please sign in to comment.