Remove unused import

This commit is contained in:
twangboy 2018-06-04 18:12:16 -06:00
parent d4b42540e3
commit 0cd47aa81e
No known key found for this signature in database
GPG Key ID: 93FF3BDEB278C9EB

View File

@ -11,7 +11,6 @@ from tests.support.unit import skipIf
# Import Salt libs
import salt.utils
import salt.utils.systemd
from salt.exceptions import CommandExecutionError
@destructiveTest