mmorales99 / isntabot

A selenium-based application written in python for automation of instagram interactions.
1 stars 0 forks source link

(PYL-W0612) Unused variable found #17

Open mmorales99 opened 3 years ago

mmorales99 commented 3 years ago

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 with unused 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/