Fix linter

This commit is contained in:
Daniel A. Wozniak 2019-06-14 19:18:29 +00:00
parent 9339425dba
commit 17c983b27b
No known key found for this signature in database
GPG Key ID: 166B9D2C06C82D61
2 changed files with 0 additions and 2 deletions

View File

@ -757,7 +757,6 @@ class TestDaemon(object):
}
master_opts['ext_pillar'].append({'file_tree': file_tree})
# Under windows we can't seem to properly create a virtualenv off of another
# virtualenv, we can on linux but we will still point to the virtualenv binary
# outside the virtualenv running the test suite, if that's the case.

View File

@ -23,7 +23,6 @@ from multiprocessing import Queue
import msgpack
# Import Salt libs
from salt.ext import six
from salt.utils.platform import is_darwin
import salt.log.setup