Fix lint failure on 2017.7 branch

This commit is contained in:
rallytime 2017-10-27 13:03:01 -04:00
parent b2b0c770a4
commit 6d2490f6a0
No known key found for this signature in database
GPG Key ID: E8F1A4B90D0DEA19

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