Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Jul 9, 2024
1 parent d7f5f68 commit 79bb196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/datafusion/udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# specific language governing permissions and limitations
# under the License.

from __future__ import annotations

import datafusion._internal as df_internal
from datafusion.expr import Expr
from typing import Callable, TYPE_CHECKING
Expand Down

0 comments on commit 79bb196

Please sign in to comment.