diff --git a/python/pyarrow/_dataset_parquet.pyx b/python/pyarrow/_dataset_parquet.pyx index fa067202b4587..721f557964869 100644 --- a/python/pyarrow/_dataset_parquet.pyx +++ b/python/pyarrow/_dataset_parquet.pyx @@ -857,7 +857,6 @@ cdef class ParquetFragmentScanOptions(FragmentScanOptions): def _reconstruct(kwargs): # __reduce__ doesn't allow passing named arguments directly to the # reconstructor, hence this wrapper. - return ParquetFragmentScanOptions(**kwargs) def __reduce__(self):