mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add/remove newlines
Needed for the lint check to pass.
This commit is contained in:
parent
7037fa116d
commit
65a0f102fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue