mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unused import
This commit is contained in:
parent
4e6505b2e7
commit
e12269d871
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import salt.fileclient
|
|||
import salt.utils.event
|
||||
import salt.utils.url
|
||||
import salt.syspaths as syspaths
|
||||
from salt.utils import context, immutabletypes
|
||||
from salt.utils import immutabletypes
|
||||
from salt.template import compile_template, compile_template_str
|
||||
from salt.exceptions import SaltRenderError, SaltReqTimeoutError, SaltException
|
||||
from salt.utils.odict import OrderedDict, DefaultOrderedDict
|
||||
|
|
Loading…
Add table
Reference in a new issue