From a8b22b4c5bdf9139a187c92b7b9f81bdeaa84888 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 27 Feb 2023 11:46:36 +0100 Subject: Merging upstream version 11.2.3. Signed-off-by: Daniel Baumann --- sqlglot/dataframe/sql/functions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sqlglot/dataframe/sql') diff --git a/sqlglot/dataframe/sql/functions.py b/sqlglot/dataframe/sql/functions.py index 0262d54..8f24746 100644 --- a/sqlglot/dataframe/sql/functions.py +++ b/sqlglot/dataframe/sql/functions.py @@ -4,8 +4,7 @@ import typing as t from sqlglot import exp as expression from sqlglot.dataframe.sql.column import Column -from sqlglot.helper import ensure_list -from sqlglot.helper import flatten as _flatten +from sqlglot.helper import ensure_list, flatten as _flatten if t.TYPE_CHECKING: from sqlglot.dataframe.sql._typing import ColumnOrLiteral, ColumnOrName -- cgit v1.2.3