Skip to content

Commit 045834e

Browse files
committed
Drop shell.pyi
1 parent 341ab2a commit 045834e

File tree

2 files changed

+2
-33
lines changed

2 files changed

+2
-33
lines changed

python/pyspark/shell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
if os.environ.get("SPARK_EXECUTOR_URI"):
3333
SparkContext.setSystemProperty("spark.executor.uri", os.environ["SPARK_EXECUTOR_URI"])
3434

35-
SparkContext._ensure_initialized()
35+
SparkContext._ensure_initialized() # type: ignore
3636

3737
try:
38-
spark = SparkSession._create_shell_session()
38+
spark = SparkSession._create_shell_session() # type: ignore
3939
except Exception:
4040
import sys
4141
import traceback

python/pyspark/shell.pyi

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)