Skip to content

Commit 18c1695

Browse files
committed
Fix python style.
1 parent 3769f01 commit 18c1695

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pyspark/sql/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717

1818
import py4j
1919

20+
2021
class CapturedException(Exception):
2122
def __init__(self, desc, stackTrace):
2223
self.desc = desc
2324
self.stackTrace = stackTrace
25+
2426
def __str__(self):
2527
return repr(self.desc)
2628

0 commit comments

Comments
 (0)