Fix one more lint item

This commit is contained in:
twangboy 2018-12-07 17:42:37 -07:00
parent c55b7b4343
commit 2dde12add3
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -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()