Add/remove newlines

Needed for the lint check to pass.
This commit is contained in:
Mike Place 2016-12-02 11:27:06 -07:00 committed by GitHub
parent 7037fa116d
commit 65a0f102fd

View File

@ -25,6 +25,7 @@ import salt.minion
log = logging.getLogger(__name__)
class SSHState(salt.state.State):
'''
Create a State object which wraps the SSH functions for state operations
@ -76,7 +77,6 @@ class SSHHighState(salt.state.BaseHighState):
'''
return
def _ext_nodes(self):
'''
Evaluate master_tops locally