Merge pull request #44316 from rallytime/fix-lint

Fix lint failure on 2017.7 branch
This commit is contained in:
Nicole Thomas 2017-10-27 14:36:08 -04:00 committed by GitHub
commit dbc5e224e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,9 @@ from __future__ import absolute_import
import os
import shutil
# Import Salt libs
import salt.utils
# Import Salt Testing libs
from tests.support.case import SPMCase, ModuleCase
from tests.support.helpers import destructiveTest