Skip to content

Commit

Permalink
Fix isort error in utils.pyx (#8771)
Browse files Browse the repository at this point in the history
Not sure if it was the timing of the gpuCI `isort` bump relative to the updated pre-commit hooks here, but #8749 introduced a sorting error in `utils.pyx` that wasn't caught by gpuCI at the time of merging.

Authors:
  - Charles Blackmon-Luca (https://github.com/charlesbluca)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Nghia Truong (https://github.com/ttnghia)

URL: #8771
  • Loading branch information
charlesbluca authored Jul 19, 2021
1 parent b011299 commit 2a8d202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cudf/cudf/_lib/utils.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2a8d202

Please sign in to comment.