Skip to content

Commit

Permalink
docs: fix docstrings styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Jun 25, 2024
1 parent 6c405dc commit be0afc8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit be0afc8

Please sign in to comment.