Skip to content

Commit 7a3342e

Browse files
committed
Remove unnecessary blank line in TYPE_CHECKING block
1 parent b8fa41c commit 7a3342e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/datafusion/user_defined.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242

4343
if TYPE_CHECKING:
4444
from _typeshed import CapsuleType as _PyCapsule
45-
4645
_R = TypeVar("_R", bound=pa.DataType)
4746
else:
4847

0 commit comments

Comments
 (0)