Skip to content

Commit 4908ae0

Browse files
committed
small lint
1 parent 80f95b2 commit 4908ae0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modin/tests/pandas/native_df_interoperability/test_compiler_caster.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,7 @@ def test_mixed_dfs(df1, df2, df3, df4, result_type, request):
195195
# As soon as we can represent "max-cost" the result of this operation
196196
# should be to move all dfs to the CloudQC
197197
def test_extreme_pico(pico_df, cloud_df):
198-
result = cloud_df.concat(
199-
axis=1, other=[pico_df] * 7
200-
)
198+
result = cloud_df.concat(axis=1, other=[pico_df] * 7)
201199
assert type(result) is PicoQC
202200

203201

0 commit comments

Comments
 (0)