Fix linter

This commit is contained in:
Daniel A. Wozniak 2019-04-19 16:22:52 +00:00
parent 423f6f96b7
commit c001022913
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -47,6 +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
log = logging.getLogger(__name__)