Skip to content

Commit

Permalink
Update python/deltalake/writer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Jul 18, 2024
1 parent 029d71c commit dfe6e4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/deltalake/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ class ArrowStreamExportable(Protocol):
https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html
"""

def __arrow_c_stream__(self, requested_schema: Optional[object] = None) -> object: ...
def __arrow_c_stream__(
self, requested_schema: Optional[object] = None
) -> object: ...


@dataclass
Expand Down

0 comments on commit dfe6e4a

Please sign in to comment.