Skip to content

Unused argument defined: search.py: function multi_bw in line 192 (family defined but not used inside function) #149

@xyluo25

Description

@xyluo25

Hi Developers,

Please check the following code:
image

The argurment family defined as one paramter for function multi_bw but not used inside the function.

Possible solution:

  1. Remove this unused argument (this will change the codebase as the function used inside many functions)
  2. Keep this argument and add comment inside the docstring to explain this is not used in the function.
    Any other suggestions on this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions