Skip to content

Commit

Permalink
fix: docstring indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Jun 25, 2024
1 parent 0312c7e commit 6c405dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,13 +458,14 @@ class ClusterStatisticsVisualizer(DataVisualizer):
expected_cluster_fields= ['node_name', 'activity', 'time_spent(s)']

def __init__(self, dataframes_paths, store_path=gettempdir(), base_name=None):
"""Initialize the ClusterStatisticsVisualizer.
"""Initialize the ClusterStatisticsVisualizer.
Args:
dataframes_paths (list): List of paths to dataframes containing cluster statistics data.
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()

Expand Down

0 comments on commit 6c405dc

Please sign in to comment.