mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Whitespace fix
This commit is contained in:
parent
c305d8d99b
commit
ff212d8976
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from __future__ import absolute_import
|
|||
# Import 3rd-party libs
|
||||
# pylint: disable=import-error,no-name-in-module,redefined-builtin
|
||||
from salt.ext.six.moves.urllib.parse import urljoin as _urljoin
|
||||
import salt.ext.six
|
||||
import salt.ext.six
|
||||
import salt.ext.six.moves.http_client
|
||||
# pylint: enable=import-error,no-name-in-module
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue