mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Restore blank lines again.
This commit is contained in:
parent
1710070f61
commit
8aef725243
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ from salt.config import _expand_glob_path
|
|||
import salt.cli.caller
|
||||
import salt.defaults.exitcodes
|
||||
|
||||
|
||||
class SaltCall(parsers.SaltCallOptionParser):
|
||||
'''
|
||||
Used to locally execute a salt command
|
||||
|
|
|
@ -7,6 +7,7 @@ from salt.utils.verify import check_user, verify_env, verify_files
|
|||
from salt.exceptions import SaltClientError
|
||||
import salt.defaults.exitcodes
|
||||
|
||||
|
||||
class SaltRun(parsers.SaltRunOptionParser):
|
||||
'''
|
||||
Used to execute Salt runners
|
||||
|
|
Loading…
Add table
Reference in a new issue