Skip to content

Commit

Permalink
Remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
icexelloss committed Jun 14, 2018
1 parent 7d5b628 commit fdc3e75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/pyspark/sql/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def getOrCreate(self):
>>> s1.conf.get("k2") == s2.conf.get("k2")
True
"""

with self._lock:
from pyspark.context import SparkContext
from pyspark.conf import SparkConf
Expand Down Expand Up @@ -558,7 +557,6 @@ def _create_shell_session():
import py4j
from pyspark.conf import SparkConf
from pyspark.context import SparkContext

try:
# Try to access HiveConf, it will raise exception if Hive is not added
conf = SparkConf()
Expand Down

0 comments on commit fdc3e75

Please sign in to comment.