diff --git a/deps/wazuh_testing/wazuh_testing/tools/performance/visualization.py b/deps/wazuh_testing/wazuh_testing/tools/performance/visualization.py index 85842c8ed4..0611ce262f 100644 --- a/deps/wazuh_testing/wazuh_testing/tools/performance/visualization.py +++ b/deps/wazuh_testing/wazuh_testing/tools/performance/visualization.py @@ -465,7 +465,6 @@ def __init__(self, dataframes_paths, store_path=gettempdir(), base_name=None): store_path (str, optional): Path to store visualizations. Defaults to system temp directory. base_name (str, optional): Base name for saved visualizations. Defaults to None. """ - super().__init__(dataframes_paths, store_path, base_name) self._validate_dataframe() @@ -569,8 +568,7 @@ def plot(self): class IndexerVulnerabilities(DataVisualizer): - """ - A class for visualizing indexer vulnerabilities data. + """A class for visualizing indexer vulnerabilities data. Attributes: dataframes_paths (list): paths of the CSVs.