mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unused imports
This commit is contained in:
parent
879c557264
commit
048728d2b7
3 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue