Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jun 24, 2024
1 parent fd70247 commit 387bc98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stac_geoparquet/arrow/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def parse_stac_ndjson_to_arrow(
return pa.RecordBatchReader.from_batches(schema, batches)


# TODO: change this table input to a PyCapsule interface compliant stream
def stac_table_to_items(
table: pa.Table | pa.RecordBatchReader | ArrowStreamExportable,
) -> Iterable[dict]:
Expand Down

0 comments on commit 387bc98

Please sign in to comment.