diff --git a/python/cudf/cudf/_lib/utils.pyx b/python/cudf/cudf/_lib/utils.pyx index 84a899e67f6..d42e15df9f3 100644 --- a/python/cudf/cudf/_lib/utils.pyx +++ b/python/cudf/cudf/_lib/utils.pyx @@ -27,7 +27,6 @@ from cudf.utils.dtypes import ( np_to_pa_dtype, ) - PARQUET_META_TYPE_MAP = { str(cudf_dtype): str(pandas_dtype) for cudf_dtype, pandas_dtype in cudf_dtypes_to_pandas_dtypes.items()