mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Ignore import error
This commit is contained in:
parent
561dc4cf94
commit
81aad83386
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ import time
|
|||
|
||||
# Import Salt libs
|
||||
from salt.exceptions import CommandExecutionError, SaltInvocationError
|
||||
from salt.ext.six.moves import map
|
||||
from salt.ext.six.moves import map # pylint: disable=import-error,redefined-builtin
|
||||
from salt.utils.decorators \
|
||||
import identical_signature_wrapper as _mimic_signature
|
||||
import salt.utils
|
||||
|
|
Loading…
Add table
Reference in a new issue