Skip to content

Commit 6457e42

Browse files
committed
remove blank line
1 parent 7d19977 commit 6457e42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/sql/dataframe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2125,7 +2125,6 @@ def toPandas(self):
21252125
from pyspark.sql.types import _check_dataframe_convert_date, \
21262126
_check_dataframe_localize_timestamps
21272127
import pyarrow
2128-
21292128
batches = self._collectAsArrow()
21302129
if len(batches) > 0:
21312130
table = pyarrow.Table.from_batches(batches)

0 commit comments

Comments
 (0)