Skip to content

Commit 7a0196f

Browse files
committed
Fix python style.
1 parent ac2bacd commit 7a0196f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/sql/functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def approxCountDistinct(col, rsd=None):
230230
jc = sc._jvm.functions.approxCountDistinct(_to_java_column(col), rsd)
231231
return Column(jc)
232232

233+
233234
@since(1.4)
234235
def bin(col):
235236
"""Returns the string representation of the binary value of the given column.

0 commit comments

Comments
 (0)