mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed some lint
This commit is contained in:
parent
2cb0f12696
commit
dc8c01ed07
1 changed files with 0 additions and 5 deletions
|
@ -8,14 +8,9 @@ from __future__ import absolute_import
|
|||
import salt.utils
|
||||
import time
|
||||
import logging
|
||||
import os
|
||||
from subprocess import list2cmdline
|
||||
from salt.ext.six.moves import zip
|
||||
from salt.ext.six.moves import range
|
||||
try:
|
||||
from shlex import quote as _cmd_quote # pylint: disable=E0611
|
||||
except ImportError:
|
||||
from pipes import quote as _cmd_quote
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue