Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Mar 18, 2024
1 parent b15a65f commit fc26f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fc26f3d

Please sign in to comment.