TheOnlyWayUp / TheEtherBot

I learnt a decent amount of SQL from this, one of my first projects using it actually, was a great learning experience.
3 stars 0 forks source link

(PYL-W0612) Unused variable found #9

Closed TheOnlyWayUp closed 2 years ago

TheOnlyWayUp commented 2 years ago

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 → deepsource.io/gh/TheOnlyWayUp/TheEtherBot/issue/PYL-W0612/occurrences/

TheOnlyWayUp commented 2 years ago

Gonna remove the "e" there.

TheOnlyWayUp commented 2 years ago

Fixed