Skip to content

Commit 9d0b191

Browse files
committed
Move TypeGuard import to the correct location in user_defined.py
1 parent d275ee8 commit 9d0b191

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/datafusion/user_defined.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@
2828
Callable,
2929
Optional,
3030
Protocol,
31-
TypeGuard,
3231
TypeVar,
3332
cast,
3433
overload,
3534
)
3635

36+
from typing_extensions import TypeGuard
37+
3738
import pyarrow as pa
3839

3940
import datafusion._internal as df_internal

0 commit comments

Comments
 (0)