Skip to content

Commit 4c73fcb

Browse files
1 parent b55602e commit 4c73fcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎bigframes/core/compile/sqlglot/aggregate_compiler.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import sqlglot.expressions as sge
2020

21-
from bigframes import dtypes, constants
21+
from bigframes import constants, dtypes
2222
from bigframes.core import expression, window_spec
2323
from bigframes.core.compile.sqlglot.expressions import typed_expr
2424
import bigframes.core.compile.sqlglot.scalar_compiler as scalar_compiler
@@ -111,4 +111,3 @@ def _apply_window_if_present(
111111
if window is not None:
112112
raise NotImplementedError("Can't apply window to the expression.")
113113
return value
114-

0 commit comments

Comments
 (0)