Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 7b69184

Browse files
committed
fix mypy
1 parent d803af0 commit 7b69184

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • third_party/bigframes_vendored/sqlglot/dialects

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)