mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
469e18f74c
commit
a89c987943
1 changed files with 0 additions and 1 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Reference in a new issue