From b9ddb9d040c06ca31470f26bb4200d8dd966c84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Segura=20Lucas?= Date: Thu, 9 Jan 2025 13:27:42 +0100 Subject: [PATCH] Remove initializer for OCPEngine --- ccx_messaging/engines/ocp_engine.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ccx_messaging/engines/ocp_engine.py b/ccx_messaging/engines/ocp_engine.py index 69621a5..e0cbf28 100644 --- a/ccx_messaging/engines/ocp_engine.py +++ b/ccx_messaging/engines/ocp_engine.py @@ -29,16 +29,6 @@ class OCPEngine(ICMEngine): """Extract, download and process IO archive.""" - def __init__( - self, - formatter, - target_components=None, - extract_timeout=None, - extract_tmp_dir=None, - ): - """`Engine` initializer.""" - super().__init__(formatter, target_components, extract_timeout, extract_tmp_dir) - def process(self, broker, path): """Get results from applying Insights rules to the downloaded archive.