Skip to content

Commit 0319255

Browse files
rokdangotbanned
andauthored
Update python/pyarrow-stubs/_compute.pyi
Co-authored-by: Dan Redding <125183946+dangotbanned@users.noreply.github.com>
1 parent d187198 commit 0319255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyarrow-stubs/_compute.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Kernel(lib._Weakrefable):
4141

4242
class Function(lib._Weakrefable):
4343
@property
44-
def arity(self) -> int: ...
44+
def arity(self) -> int | EllipsisType: ...
4545

4646
@property
4747
def kind(

0 commit comments

Comments
 (0)