diff --git a/src/mlx/warnings/polyspace_checker.py b/src/mlx/warnings/polyspace_checker.py index c821e902..f7e37b86 100644 --- a/src/mlx/warnings/polyspace_checker.py +++ b/src/mlx/warnings/polyspace_checker.py @@ -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