Skip to content

Commit c1d546e

Browse files
committed
fixed PEP-008 violation
1 parent 99410be commit c1d546e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/pyspark/streaming/context.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
from signal import signal, SIGTERM, SIGINT
2020
from tempfile import NamedTemporaryFile
2121

22-
23-
from pyspark.conf import SparkConf
24-
from pyspark.files import SparkFiles
25-
from pyspark.java_gateway import launch_gateway
2622
from pyspark.serializers import PickleSerializer, BatchedSerializer, UTF8Deserializer
2723
from pyspark.context import SparkContext
2824
from pyspark.streaming.dstream import DStream

0 commit comments

Comments
 (0)