Skip to content

Commit 521ca70

Browse files
Update modin/core/storage_formats/pandas/query_compiler_caster.py
Co-authored-by: Jonathan Shi <[email protected]>
1 parent 3f2c6a1 commit 521ca70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modin/core/storage_formats/pandas/query_compiler_caster.py

-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ def cast_to_qc(arg):
288288
if qc is None or qc is type(current_qc):
289289
return obj(*args, **kwargs)
290290

291-
# breakpoint()
292291
# we need to cast current_qc to a new query compiler
293292
if qc != current_qc:
294293
data_cls = current_qc._modin_frame

0 commit comments

Comments
 (0)