Skip to content

Commit 12f2967

Browse files
committed
[MINOR] Remove unused imports
### What changes were proposed in this pull request? This PR removes unused imports. There was a conflict with the revert apache@eb48553 and apache@9efaa91 ### Why are the changes needed? To recover the CI ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manually ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#50162 from HyukjinKwon/hotfix. Authored-by: Hyukjin Kwon <gurwls223@apache.org> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent 4be3aae commit 12f2967

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/sql/udf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
)
3535
from pyspark.sql.utils import get_active_spark_context
3636
from pyspark.sql.pandas.types import to_arrow_type
37-
from pyspark.sql.pandas.utils import require_minimum_pandas_version, require_minimum_pyarrow_version
3837
from pyspark.errors import PySparkTypeError, PySparkNotImplementedError, PySparkRuntimeError
3938

4039
if TYPE_CHECKING:

0 commit comments

Comments
 (0)