dieguesmosken / dieguesmosken/Projetos_Python
(PYL-W0612) Unused variable found
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Description
An unused variable takes up space in the code, and can lead to confusion, and it should be removed. If this variable is necessary, name the variable `_` to indicate that it will be unused, or start the name with `unused` or `_unused`.
## Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → [app.deepsource.com/gh/dieguesmosken/Projetos_Python/issue/PYL-W0612/occurrences/](https://app.deepsource.com/gh/dieguesmosken/Projetos_Python/issue/PYL-W0612/occurrences/)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.