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
15a44d5dd4
commit
92ac2a2d6a
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
import copy
|
||||
import os
|
||||
import shutil
|
||||
import tempfile
|
||||
|
@ -24,7 +23,7 @@ from tests.support.paths import BASE_FILES
|
|||
# Import Salt libs
|
||||
import salt.exceptions
|
||||
import salt.state
|
||||
from salt.utils.odict import OrderedDict, DefaultOrderedDict
|
||||
from salt.utils.odict import OrderedDict
|
||||
from salt.utils.decorators import state as statedecorators
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue