Skip to content

Commit f7e4581

Browse files
committed
unrelated pep8 fix
Functions in Python should be preceded by 2 blank lines, not 1.
1 parent a36eed0 commit f7e4581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ec2/spark_ec2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ def ssh(host, opts, command):
699699
time.sleep(30)
700700
tries = tries + 1
701701

702+
702703
# Backported from Python 2.7 for compatiblity with 2.6 (See SPARK-1990)
703704
def _check_output(*popenargs, **kwargs):
704705
if 'stdout' in kwargs:

0 commit comments

Comments
 (0)