Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Feb 12, 2025
1 parent 23823d9 commit 96684d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyarrow/includes/libarrow.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -2715,10 +2715,10 @@ cdef extern from "arrow/compute/api.h" namespace "arrow::compute" nogil:
COrdering()

@staticmethod
COrdering Implicit();
COrdering Implicit()

@staticmethod
COrdering Unordered();
COrdering Unordered()

cdef cppclass CSortOptions \
"arrow::compute::SortOptions"(CFunctionOptions):
Expand Down

0 comments on commit 96684d2

Please sign in to comment.