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
Next Next commit
Fix a nit while I am here :-)
  • Loading branch information
HyukjinKwon committed Feb 12, 2018
commit f46540e3d306b3d41ef335b71c8240f1cd2bd3f1
1 change: 1 addition & 0 deletions python/pyspark/sql/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
import unittest

from pyspark.util import _exception_message
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: add an empty line between this import and _pandas_requirement_message line.


_pandas_requirement_message = None
try:
from pyspark.sql.utils import require_minimum_pandas_version
Expand Down