Skip to content

Commit e37df38

Browse files
committed
remove outdated comments
1 parent 1245eb7 commit e37df38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/pyspark/worker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
import time
2424
import socket
2525
import traceback
26-
# CloudPickler needs to be imported so that depicklers are registered using the
27-
# copy_reg module.
26+
2827
from pyspark.accumulators import _accumulatorRegistry
2928
from pyspark.broadcast import Broadcast, _broadcastRegistry
3029
from pyspark.files import SparkFiles

0 commit comments

Comments
 (0)