Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
Co-Authored-By: Myles Scolnick <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and mscolnick committed Jan 6, 2025
1 parent 096a4b4 commit c0a40ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/_plugins/ui/_impl/dataframes/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
{
Expand Down

0 comments on commit c0a40ba

Please sign in to comment.