We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e8caa commit 8c78f38Copy full SHA for 8c78f38
1 file changed
python/datafusion/user_defined.py
@@ -43,10 +43,6 @@
43
from _typeshed import CapsuleType as _PyCapsule
44
45
_R = TypeVar("_R", bound=pa.DataType)
46
-else:
47
-
48
- class _PyCapsule:
49
- """Lightweight typing proxy for CPython ``PyCapsule`` objects."""
50
51
52
class Volatility(Enum):
0 commit comments