Skip to content

Commit

Permalink
Delete minimum and maximum of docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Jul 25, 2024
1 parent 1911694 commit cd52002
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mlx/warnings/polyspace_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ def __init__(self, family_value, column_name, check_value, **kwargs):
family_value (str): The value to search for in the 'Family' column
column_name (str): The name of the column
check_value (str): The value to check in the column
minimum (int): The minimum amount the check_value can occur
maximum (int): The maximum amount the check_value can occur
"""
super().__init__(**kwargs)
self.family_value = family_value
Expand Down

0 comments on commit cd52002

Please sign in to comment.