Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Dec 11, 2024
1 parent 453f3cf commit 2a38f31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ucp/benchmarks/cudf_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@

import cudf # noqa: E402
import rmm # noqa: E402
from rmm.allocators.cupy import rmm_cupy_allocator # noqa: E402
from cudf.core.abc import Serializable
from rmm.allocators.cupy import rmm_cupy_allocator # noqa: E402


def sizeof_cudf_dataframe(df):
return int(
Expand Down

0 comments on commit 2a38f31

Please sign in to comment.