Remove unused import

This import was added during the implementation of
https://github.com/saltstack/salt/pull/27163, but that approach was
later scrapped.
This commit is contained in:
Erik Johnson 2015-09-16 10:25:31 -05:00
parent 469e18f74c
commit a89c987943

View file

@ -33,7 +33,6 @@ from salt.utils.openstack.swift import SaltSwift
import salt.ext.six.moves.BaseHTTPServer as BaseHTTPServer
from salt.ext.six.moves.urllib.error import HTTPError, URLError
from salt.ext.six.moves.urllib.parse import urlparse, urlunparse
from salt.ext.six.moves import range # pylint: disable=redefined-builtin
# pylint: enable=no-name-in-module,import-error
log = logging.getLogger(__name__)