Skip to content

Commit

Permalink
Fix header in Cython declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 16, 2022
1 parent 46fc100 commit a1a92d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/includes/libarrow_flight.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ cdef extern from "arrow/python/flight.h" namespace "arrow::py::flight" nogil:
unique_ptr[CSchemaResult]* out)


cdef extern from "<optional>" namespace "std" nogil:
cdef extern from "<variant>" namespace "std" nogil:
cdef cppclass CIntStringVariant" std::variant<int, std::string>":
CIntStringVariant()
CIntStringVariant(int)
Expand Down

0 comments on commit a1a92d7

Please sign in to comment.