Closed arlopezg closed 3 years ago
Overriding the get_result_label method requires the second param to be called "result" - not "item".
get_result_label
Otherwise, Pylint throws an arguments-differ error (W0221)
Overriding the
get_result_label
method requires the second param to be called "result" - not "item".Otherwise, Pylint throws an arguments-differ error (W0221)