Skip to content

Commit 7f1e668

Browse files
committed
Update session.py
1 parent a71c903 commit 7f1e668

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyspark/sql/session.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ def __init__(
291291
self,
292292
sparkContext: SparkContext,
293293
jsparkSession: Optional[JavaObject] = None,
294-
options: Optional[Dict[str, Any]] = None):
294+
options: Optional[Dict[str, Any]] = None
295+
):
295296
from pyspark.sql.context import SQLContext
296297

297298
self._sc = sparkContext

0 commit comments

Comments
 (0)