Skip to content

Commit

Permalink
sort imports alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahyurick authored Aug 2, 2021
1 parent 38e9893 commit 5e1e412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/column/column.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
get_time_unit,
min_unsigned_type,
np_to_pa_dtype,
pandas_dtypes_to_cudf_dtypes,
pandas_dtypes_alias_to_cudf_alias,
pandas_dtypes_to_cudf_dtypes,
)
from cudf.utils.utils import mask_dtype

Expand Down

0 comments on commit 5e1e412

Please sign in to comment.