Skip to content

Commit 79bb196

Browse files
committed
Add missing import
1 parent d7f5f68 commit 79bb196

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/datafusion/udf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18+
from __future__ import annotations
19+
1820
import datafusion._internal as df_internal
1921
from datafusion.expr import Expr
2022
from typing import Callable, TYPE_CHECKING

0 commit comments

Comments
 (0)