Remove unused skipIf import

This commit is contained in:
twangboy 2016-08-10 15:16:09 -07:00
parent bd2c05b988
commit 1b85aa82a3

View File

@ -10,7 +10,6 @@ import textwrap
import tempfile
# Import Salt Testing libs
from salttesting import skipIf
from salttesting.helpers import ensure_in_syspath
ensure_in_syspath('../../')