Remove unused imports for lint

This commit is contained in:
Mike Place 2017-01-06 11:32:45 -07:00 committed by GitHub
parent c787285955
commit 43a209bd12

View File

@ -5,8 +5,6 @@ unittests for yaml outputter
# Import Python Libs
from __future__ import absolute_import
from StringIO import StringIO
import sys
# Import Salt Testing Libs
from salttesting import TestCase