Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dead code reported by vulture #4

Open
RJ722 opened this issue Jun 13, 2017 · 0 comments
Open

dead code reported by vulture #4

RJ722 opened this issue Jun 13, 2017 · 0 comments

Comments

@RJ722
Copy link

RJ722 commented Jun 13, 2017

We used vulture (https://github.com/jendrikseipp/vulture) to search
for unused code in your project. You can find the report below. It
would be great if you could give us feedback about which items are
actually used or unused. This would allow us to improve vulture and
ideally it also helps you to remove obsolete code or even find typos
and bugs.

Command:

vulture sudoku

Results:

sudoku/generate_sudoku.py:11: Unused variable 'sample'
sudoku/generate_sudoku.py:157: Unused function 'display'
sudoku/train.py:58: Unused attribute 'merged'

There might be false positives, which can be prevented by adding them to a
whitelist file. You may find more info here

Regards,
vulture team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant