-
Notifications
You must be signed in to change notification settings - Fork 29
Open
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/VerisimilitudeX/CS50/issue/PYL-W0612/occurrences/
Metadata
Metadata
Assignees
Labels
No labels