Skip to content

Commit

Permalink
remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Sep 10, 2024
1 parent b71cdfc commit d0e0dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/datafusion/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from __future__ import annotations

from datafusion._internal import functions as f, expr as expr_internal
from datafusion._internal import functions as f
from datafusion.expr import (
CaseBuilder,
Expr,
Expand Down

0 comments on commit d0e0dc6

Please sign in to comment.