mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fixed a small pylint error
This commit is contained in:
parent
ca2b7320bb
commit
ffb5018c53
@ -13,13 +13,10 @@ import re
|
||||
import salt.utils
|
||||
import salt.utils.decorators as decorators
|
||||
import salt.utils.pkg.rpm
|
||||
# pylint: disable=import-error,redefined-builtin
|
||||
from salt.ext.six.moves import (
|
||||
zip,
|
||||
shlex_quote as _cmd_quote
|
||||
)
|
||||
# pylint: enable=import-error,redefined-builtin
|
||||
from salt.exceptions import CommandExecutionError, SaltInvocationError
|
||||
from salt.exceptions import commandexecutionerror, saltinvocationerror
|
||||
# pylint: disable=import-error,redefined-builtin
|
||||
from salt.ext.six.moves import zip, shlex_quote as _cmd_quote
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user