Skip to content

Commit

Permalink
Fix isort errors in utils.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Jul 19, 2021
1 parent b011299 commit d95081c
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 d95081c

Please sign in to comment.