An unused variable take up space in the code, and 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 is 1 occurrence of this issue in the repository.
Description
An unused variable take up space in the code, and 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 is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/mmorales99/isntabot/issue/PYL-W0612/occurrences/