We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd1fde commit ec47c37Copy full SHA for ec47c37
bigframes/core/compile/compiled.py
@@ -44,12 +44,6 @@
44
op_compiler = op_compilers.scalar_op_compiler
45
46
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
53
# Ibis Implementations
54
class UnorderedIR:
55
def __init__(
0 commit comments