Skip to content

Commit b46596d

Browse files
committed
remove unneeded import
1 parent 20f2be4 commit b46596d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/functions.py

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

1919
from __future__ import annotations
2020

21-
from datafusion._internal import functions as f, expr as expr_internal
21+
from datafusion._internal import functions as f
2222
from datafusion.expr import (
2323
CaseBuilder,
2424
Expr,

0 commit comments

Comments
 (0)