Skip to content

Commit 76a2d96

Browse files
committed
revert a change
1 parent 4e181ce commit 76a2d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/core/compile/ibis_compiler/scalar_op_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from bigframes.core.compile.constants import UNIT_TO_US_CONVERSION_FACTORS
3131
import bigframes.core.compile.ibis_compiler.default_ordering
3232
from bigframes.core.compile.ibis_compiler.scalar_op_compiler import (
33-
scalar_op_compiler, # TODO(b/428238610): avoid import of variables
33+
scalar_op_compiler, # TODO(tswast): avoid import of variables
3434
)
3535
import bigframes.core.compile.ibis_types
3636
import bigframes.operations as ops

0 commit comments

Comments
 (0)