Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix linter
  • Loading branch information
itholic committed Jul 1, 2024
commit 8cba7a40792648e951457054360839f32981b9bd
2 changes: 1 addition & 1 deletion python/pyspark/errors/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def _capture_call_site(spark_session: "SparkSession", depth: int) -> str:
import IPython

# ipykernel is required for IPython
import ipykernel
import ipykernel # type: ignore[import-not-found]

ipython = IPython.get_ipython()
# Filtering out IPython related frames
Expand Down