gradsflow / gradsflow-automl

An open-source AutoML Library based on PyTorch
https://docs.gradsflow.com/
Apache License 2.0
306 stars 35 forks source link

(PYL-W0612) Unused variable found #166

Closed aniketmaurya closed 2 years ago

aniketmaurya commented 2 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/gradsflow/gradsflow/issue/PYL-W0612/occurrences/

github-actions[bot] commented 2 years ago

Stale issue message