Skip to content

Commit

Permalink
unrelated pep8 fix
Browse files Browse the repository at this point in the history
Functions in Python should be preceded by 2 blank lines, not 1.
  • Loading branch information
nchammas committed Jul 9, 2014
1 parent a36eed0 commit f7e4581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ec2/spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ def ssh(host, opts, command):
time.sleep(30)
tries = tries + 1


# Backported from Python 2.7 for compatiblity with 2.6 (See SPARK-1990)
def _check_output(*popenargs, **kwargs):
if 'stdout' in kwargs:
Expand Down

0 comments on commit f7e4581

Please sign in to comment.