mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix one more lint item
This commit is contained in:
parent
c55b7b4343
commit
2dde12add3
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ import tempfile
|
|||
|
||||
import salt.modules.cmdmod
|
||||
from salt.exceptions import CommandExecutionError
|
||||
from salt.ext.six.moves import map
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
__hostname__ = socket.gethostname()
|
||||
|
|
Loading…
Add table
Reference in a new issue