Skip to content

Commit

Permalink
fixed PEP-008 violation
Browse files Browse the repository at this point in the history
  • Loading branch information
giwa committed Sep 20, 2014
1 parent 99410be commit c1d546e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/pyspark/streaming/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
from signal import signal, SIGTERM, SIGINT
from tempfile import NamedTemporaryFile


from pyspark.conf import SparkConf
from pyspark.files import SparkFiles
from pyspark.java_gateway import launch_gateway
from pyspark.serializers import PickleSerializer, BatchedSerializer, UTF8Deserializer
from pyspark.context import SparkContext
from pyspark.streaming.dstream import DStream
Expand Down

0 comments on commit c1d546e

Please sign in to comment.