Skip to content

Commit

Permalink
Merge pull request #380 from joselsegura/fix_ocp_engine
Browse files Browse the repository at this point in the history
Remove initializer for OCPEngine
  • Loading branch information
joselsegura authored Jan 13, 2025
2 parents 61f56a4 + b9ddb9d commit 1203b57
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ccx_messaging/engines/ocp_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1203b57

Please sign in to comment.