mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Ignore missing variable in six module
This commit is contained in:
parent
0f5a7f0abf
commit
961dc40c9b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ from salt._compat import ElementTree as etree
|
|||
# Import 3rd-party libs
|
||||
from salt.ext import six
|
||||
from salt.ext.six.moves import zip # pylint: disable=import-error,redefined-builtin
|
||||
from salt.ext.six.moves.queue import Empty # pylint: disable=import-error,no-name-in-module
|
||||
from salt.ext.six.moves.queue import Empty # pylint: disable=import-error,no-name-in-module
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue