Skip to content

Commit 7b69184

Browse files
committed
fix mypy
1 parent d803af0 commit 7b69184

File tree

1 file changed

+1
-0
lines changed
  • third_party/bigframes_vendored/sqlglot/dialects

1 file changed

+1
-0
lines changed

third_party/bigframes_vendored/sqlglot/dialects/bigquery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
ts_or_ds_add_cast,
4040
unit_to_var,
4141
)
42+
from bigframes_vendored.sqlglot.expressions import Expression as E
4243
from bigframes_vendored.sqlglot.generator import unsupported_args
4344
from bigframes_vendored.sqlglot.helper import seq_get, split_num_words
4445
from bigframes_vendored.sqlglot.optimizer.annotate_types import TypeAnnotator

0 commit comments

Comments
 (0)