Skip to content

Commit 78b3f31

Browse files
committed
Ruff fix
1 parent 88e592c commit 78b3f31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/datafusion/user_defined.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
import functools
2323
from abc import ABCMeta, abstractmethod
2424
from enum import Enum
25-
from typing import TYPE_CHECKING, Any, Protocol, TypeVar, cast, overload
25+
from typing import TYPE_CHECKING, Any, Protocol, TypeGuard, TypeVar, cast, overload
2626

2727
import pyarrow as pa
28-
from typing_extensions import TypeGuard
2928

3029
import datafusion._internal as df_internal
3130
from datafusion.expr import Expr

0 commit comments

Comments
 (0)