From 5f2937b8306491b29882fb846460f5551c737195 Mon Sep 17 00:00:00 2001 From: "Richard (Rick) Zamora" Date: Fri, 30 Aug 2024 08:18:57 -0500 Subject: [PATCH] Update dask_cuda/benchmarks/read_parquet.py --- dask_cuda/benchmarks/read_parquet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dask_cuda/benchmarks/read_parquet.py b/dask_cuda/benchmarks/read_parquet.py index 21435ef0..bce69673 100644 --- a/dask_cuda/benchmarks/read_parquet.py +++ b/dask_cuda/benchmarks/read_parquet.py @@ -188,7 +188,6 @@ def parse_args(): special_args = [ { "name": "path", - # "required": True, "type": str, "help": "Parquet directory to read from (must be a flat directory).", },