Skip to content

Commit d5f508f

Browse files
committed
lint
1 parent 47cd0ea commit d5f508f

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

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ def test_default_to_caller(default_df, default2_df):
255255
df3 = default_df.concat(axis=1, other=default_df)
256256
assert type(df3) is type(default_df) # no change
257257

258+
258259
def test_no_qc_data_to_calculate():
259260
calculator = QueryCompilerCasterCalculator()
260261
calculator.add_query_compiler(ClusterQC)

0 commit comments

Comments
 (0)