From fc26f3d4ec6558528785d652db7b4105dfc7f5b8 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:02:41 +0000 Subject: [PATCH] fixup --- tests/test_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_common.py b/tests/test_common.py index 9bcd0e8a8..0cef13264 100644 --- a/tests/test_common.py +++ b/tests/test_common.py @@ -17,7 +17,7 @@ df_lazy = pl.LazyFrame({"a": [1, 3, 2], "b": [4, 4, 6], "z": [7.0, 8, 9]}) if os.environ.get("CI", None): - import modin as mpd + import modin.pandas as mpd with warnings.catch_warnings(): warnings.filterwarnings("ignore", category=UserWarning)