Commit a9a5a90b by Bach Dániel

fix flake8 errors

parent 6b928715
......@@ -11,6 +11,8 @@ SOCKET_DIR = getenv('SOCKET_DIR', '/var/lib/libvirt/serial')
old_install_platform_tweaks = Worker.install_platform_tweaks
def install_platform_tweaks(self, worker):
self.worker = worker
old_install_platform_tweaks(self, worker)
......
......@@ -7,7 +7,7 @@ import time
import struct
from utils import SerialLineReceiverBase
from agentcelery import agent_started, agent_stopped, agent_ok
from agentcelery import agent_started, agent_stopped
logger = logging.getLogger(__name__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment