nearbeach / NearBeach

NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks

Home Page:https://nearbeach.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(PYL-W0612) Unused variable found

robotichead opened this issue · comments

commented

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 are 13 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/robotichead/NearBeach/issue/PYL-W0612/occurrences/

Hello,

I am a complete beginner and have completed an intro to CS and git course.
Can this issue be assigned to me?

@SinghaniaV You just need to fork the repo and do the fix, you can do a pull request when you've done.

@HenryMigo I have fixed the issue and have created a pull request, please check.

commented

Thank you for your help :D