You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An unused argument can lead to confusions. It should be removed. If this variable is necessary, name the variable _ or start the name with unused or _unused.
Occurrences
There are 9 occurrences of this issue in the repository.
Description
An unused argument can lead to confusions. It should be removed. If this variable is necessary, name the variable
_
or start the name withunused
or_unused
.Occurrences
There are 9 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/fatman2021/project-manhattan/issue/PYL-W0613/occurrences/
The text was updated successfully, but these errors were encountered: