We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb9f9f commit b09fae2Copy full SHA for b09fae2
python/pyspark/__init__.py
@@ -53,8 +53,7 @@
53
# mllib that depend on top level pyspark packages, which transitively depend on python's random.
54
# Since Python's import logic looks for modules in the current package first, we eliminate
55
# mllib.random as a candidate for C{import random} by removing the first search path, the script's
56
-# location, in order to force the loader to look in Python's top-level
57
-# modules for C{random}.
+# location, in order to force the loader to look in Python's top-level modules for C{random}.
58
import sys
59
s = sys.path.pop(0)
60
import random
0 commit comments