Skip to content

Commit

Permalink
fix ArrowArrayHolder.__arrow_c_array__ signature
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Dec 9, 2024
1 parent 20a5836 commit 3ad4104
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/spherely.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ class ArrowArrayExportable(Protocol):
) -> tuple[object, object]: ...

class ArrowArrayHolder:
def __arrow_c_array__(self) -> tuple[object, object]: ...
def __arrow_c_array__(
self, requested_schema: object | None = None
) -> tuple[object, object]: ...

def to_geoarrow(
input: Geography | T_NDArray_Geography,
Expand Down

0 comments on commit 3ad4104

Please sign in to comment.