From 9ca348c5441250a33a77246c0f51051a22fd9f4a Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Wed, 11 Dec 2024 17:34:11 +0000 Subject: [PATCH] style --- ucp/benchmarks/cudf_merge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucp/benchmarks/cudf_merge.py b/ucp/benchmarks/cudf_merge.py index fb30da41..2b577b93 100644 --- a/ucp/benchmarks/cudf_merge.py +++ b/ucp/benchmarks/cudf_merge.py @@ -38,7 +38,7 @@ import cudf # noqa: E402 import rmm # noqa: E402 -from cudf.core.abc import Serializable +from cudf.core.abc import Serializable # noqa: E402 from rmm.allocators.cupy import rmm_cupy_allocator # noqa: E402