fixing lint issue

This commit is contained in:
Gareth J. Greenaway 2018-06-30 14:32:44 -07:00
parent 131486203e
commit 22cafc8334
No known key found for this signature in database
GPG Key ID: 10B62F8A7CAD7A41

View File

@ -23,7 +23,7 @@ import salt.utils.hashutils
import salt.utils.xmlutil as xml
from salt._compat import ElementTree as ET
from salt.exceptions import CommandExecutionError
from salt.ext.six.moves.urllib.parse import quote as _quote
from salt.ext.six.moves.urllib.parse import quote as _quote # pylint: disable=import-error,no-name-in-module
from salt.ext import six
log = logging.getLogger(__name__)