Skip to content

Commit 1413dbb

Browse files
committed
[SPARK-41916][FOLLOW-UP] Remove unused imports
### What changes were proposed in this pull request? Remove unused imports ### Why are the changes needed? clean up ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ci https://github.com/zhengruifeng/spark/actions/runs/20302865798/job/58312749619 ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#53506 from zhengruifeng/lint2. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
1 parent 7735522 commit 1413dbb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/pyspark/ml/torch/distributor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from contextlib import contextmanager
1919
import collections
2020
import logging
21-
import math
2221
import os
2322
import random
2423
import re

0 commit comments

Comments
 (0)