sudoku icon indicating copy to clipboard operation
sudoku copied to clipboard

dead code reported by vulture

Open RJ722 opened this issue 8 years ago • 0 comments

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

RJ722 avatar Jun 13 '17 10:06 RJ722