Skip to content

Commit c58b324

Browse files
committed
refactor: expose EXPR_TYPE_ERROR in module's public API
1 parent f4f2cbd commit c58b324

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/datafusion/expr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
WindowExpr = expr_internal.WindowExpr
132132

133133
__all__ = [
134+
"EXPR_TYPE_ERROR",
134135
"Aggregate",
135136
"AggregateFunction",
136137
"Alias",

0 commit comments

Comments
 (0)