Skip to content

Commit ec47c37

Browse files
authored
Update bigframes/core/compile/compiled.py
1 parent 9cd1fde commit ec47c37

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bigframes/core/compile/compiled.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
op_compiler = op_compilers.scalar_op_compiler
4545

4646

47-
# This must be the last import. Currently depending on side-effects.
48-
# TODO(tswast): Refactor all ops to register in the same file as where they are
49-
# defined so we don't need this.
50-
import bigframes.core.compile.ibis_compiler.scalar_op_registry # noqa: F401,E402
51-
52-
5347
# Ibis Implementations
5448
class UnorderedIR:
5549
def __init__(

0 commit comments

Comments
 (0)