mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Remove unused imports
This commit is contained in:
parent
d6d3161f80
commit
d198a900a4
@ -5,14 +5,11 @@ from __future__ import absolute_import
|
|||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import copy
|
import copy
|
||||||
import shutil
|
|
||||||
import hashlib
|
import hashlib
|
||||||
import tempfile
|
|
||||||
|
|
||||||
# Import Salt Testing Libs
|
# Import Salt Testing Libs
|
||||||
from tests.integration import AdaptedConfigurationTestCaseMixIn
|
from tests.integration import AdaptedConfigurationTestCaseMixIn
|
||||||
from tests.support.unit import TestCase, skipIf
|
from tests.support.unit import TestCase, skipIf
|
||||||
from tests.support.paths import TMP
|
|
||||||
|
|
||||||
# Import Salt libs
|
# Import Salt libs
|
||||||
import salt.auth
|
import salt.auth
|
||||||
|
Loading…
Reference in New Issue
Block a user