Skip to content

Commit

Permalink
Remove initializer for OCPEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
joselsegura committed Jan 9, 2025
1 parent 3c62e61 commit b9ddb9d
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 b9ddb9d

Please sign in to comment.