i get this error in an algo that was working before

 

During the algorithm initialization, the following exception has occurred: TypeError : __init__() takes from 2 to 3 positional arguments but 4 were given  at __init__    super().__init__(filterFineData in OptionsUniverse.py:line 60 TypeError : __init__() takes from 2 to 3 positional arguments but 4 were given

Author