Hi Developers,
Please check the following code:

The argurment family defined as one paramter for function multi_bw but not used inside the function.
Possible solution:
- Remove this unused argument (this will change the codebase as the function used inside many functions)
- Keep this argument and add comment inside the docstring to explain this is not used in the function.
Any other suggestions on this issue?
Hi Developers,
Please check the following code:

The argurment
familydefined as one paramter for functionmulti_bwbut not used inside the function.Possible solution:
Any other suggestions on this issue?