mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
utils.jinja: rm unused import of salt._compat.string_types
************* Module salt.utils.jinja W0611: 20,0: Unused import string_types
This commit is contained in:
parent
94dac0caf1
commit
635d0439fa
@ -17,7 +17,6 @@ import yaml
|
|||||||
# Import salt libs
|
# Import salt libs
|
||||||
import salt
|
import salt
|
||||||
import salt.fileclient
|
import salt.fileclient
|
||||||
from salt._compat import string_types
|
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user