Remove unused import

This commit is contained in:
twangboy 2024-10-14 16:30:34 -06:00 committed by Daniel Wozniak
parent 30e0de375f
commit 6caf16d439

View file

@ -19,8 +19,6 @@ __salt__ = {
"cmd.powershell": salt.modules.cmdmod.powershell,
}
from salt.exceptions import CommandExecutionError
log = logging.getLogger(__name__)