Remove unused imports

This commit is contained in:
Erik Johnson 2018-04-17 14:18:27 -05:00
parent 879c557264
commit 048728d2b7
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F
3 changed files with 0 additions and 3 deletions

View file

@ -14,7 +14,6 @@ import string
# Import Salt Testing libs
from tests.support.case import ModuleCase
from tests.support.helpers import with_tempdir
from tests.support.paths import TMP
from tests.support.mixins import SaltReturnAssertsMixin
# Import salt libs

View file

@ -19,7 +19,6 @@ except Exception:
# Import Salt Testing Libs
from tests.support.helpers import with_tempdir
from tests.support.mixins import LoaderModuleMockMixin
from tests.support.paths import TMP
from tests.support.unit import TestCase, skipIf
from tests.support.mock import (
mock_open,

View file

@ -13,7 +13,6 @@ from salt.ext import six
# Import Salt Testing libs
from tests.support.helpers import with_tempdir
from tests.support.paths import TMP
from tests.support.unit import TestCase, skipIf
from tests.support.mock import (
patch,