diff --git a/muranoagent/executors/puppet/__init__.py b/muranoagent/executors/puppet/__init__.py index fd1cc244..b78abf4e 100644 --- a/muranoagent/executors/puppet/__init__.py +++ b/muranoagent/executors/puppet/__init__.py @@ -16,15 +16,11 @@ import os import subprocess import yaml -from oslo_log import log as logging - from muranoagent import bunch import muranoagent.exceptions from muranoagent import executors from muranoagent.executors import chef_puppet_executor_base -LOG = logging.getLogger(__name__) - @executors.executor('Puppet') class PuppetExecutor(chef_puppet_executor_base.ChefPuppetExecutorBase):