Skip to content

Commit d0e0dc6

Browse files
committed
remove unneeded import
1 parent b71cdfc commit d0e0dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/functions.py

+1-1
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)