Github user uronce-cc commented on the pull request:
https://github.com/apache/spark/pull/4901#issuecomment-77689713
@srowen Yes, I've run locally pep8 check through the pep8 util provided via
`pip install pep8`. Here is current output:
21:29 cc@mbp ec2 pep8 spark_ec2.py
spark_ec2.py:110:1: E402 module level import not at top of file
spark_ec2.py:111:1: E402 module level import not at top of file
spark_ec2.py:112:1: E402 module level import not at top of file
spark_ec2.py:125:9: W503 line break before binary operator
spark_ec2.py:700:9: W503 line break before binary operator
spark_ec2.py:701:9: W503 line break before binary operator
spark_ec2.py:1105:101: E501 line too long (102 > 100 characters)
current warnings/errors are not caused by my modification. Should I resolve
all of the remaining errors or let them go.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]