From c0a40ba68c54ccb780402416fd612951a3c28f7f Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:05:28 +0000 Subject: [PATCH] chore: remove unused import Co-Authored-By: Myles Scolnick --- tests/_plugins/ui/_impl/dataframes/test_dataframe.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/_plugins/ui/_impl/dataframes/test_dataframe.py b/tests/_plugins/ui/_impl/dataframes/test_dataframe.py index d68fb5c9bc8..353120dea87 100644 --- a/tests/_plugins/ui/_impl/dataframes/test_dataframe.py +++ b/tests/_plugins/ui/_impl/dataframes/test_dataframe.py @@ -277,8 +277,6 @@ def test_polars_groupby_alias() -> None: """Test that group by operations use original column names correctly.""" import polars as pl - import marimo as mo - # Create a test dataframe with age and group columns df = pl.DataFrame( {