Skip to content

Commit 365e75f

Browse files
committed
lint
1 parent bc82020 commit 365e75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modin/tests/pandas/native_df_interoperability/test_compiler_caster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ def test_switch_local_to_cloud_with_iloc___setitem__(local_df, cloud_df, pin_loc
761761
df_equals(local_df, expected_pandas)
762762
assert local_df.get_backend() == "Local_Machine" if pin_local else "Cloud"
763763

764+
764765
# This test should force the creation of a dataframe which
765766
# is too large for the backend and verify that it stays there
766767
# because there are no other options

0 commit comments

Comments
 (0)