fix pylint

This commit is contained in:
Ch3LL 2017-10-23 12:34:55 -04:00
parent f383f05a93
commit 0a387c2ecd
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -38,7 +38,6 @@ from tests.support.paths import ScriptPathMixin, INTEGRATION_TEST_DIR, CODE_DIR,
# Import 3rd-party libs
import salt.ext.six as six
from salt.ext.six.moves import cStringIO # pylint: disable=import-error
import salt.utils
STATE_FUNCTION_RUNNING_RE = re.compile(
r'''The function (?:"|')(?P<state_func>.*)(?:"|') is running as PID '''