From a9bb78c8e83d3d0a25f1a42fd4b23faa080df27f Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Wed, 16 Oct 2024 15:35:17 -0400 Subject: [PATCH] Update narwhals/_pandas_like/dataframe.py --- narwhals/_pandas_like/dataframe.py | 1 - 1 file changed, 1 deletion(-) diff --git a/narwhals/_pandas_like/dataframe.py b/narwhals/_pandas_like/dataframe.py index 951ce3f30..8380b48db 100644 --- a/narwhals/_pandas_like/dataframe.py +++ b/narwhals/_pandas_like/dataframe.py @@ -16,7 +16,6 @@ from narwhals._pandas_like.utils import horizontal_concat from narwhals._pandas_like.utils import native_to_narwhals_dtype from narwhals._pandas_like.utils import validate_dataframe_comparand -from narwhals.dependencies import is_cudf_dataframe from narwhals.dependencies import is_numpy_array from narwhals.utils import Implementation from narwhals.utils import flatten