Skip to content

Commit

Permalink
Remove deprecated use of typing.io
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored May 7, 2023
1 parent e05e7e0 commit 6a0ea0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/broadcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from typing import (
overload,
Any,
BinaryIO,
Callable,
Dict,
Generic,
Expand All @@ -35,7 +36,6 @@
TYPE_CHECKING,
Union,
)
from typing.io import BinaryIO # type: ignore[import]

from pyspark.java_gateway import local_connect_and_auth
from pyspark.serializers import ChunkedStream, pickle_protocol
Expand Down

0 comments on commit 6a0ea0c

Please sign in to comment.