LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
12 stars 8 forks source link

Update utils.py #177

Closed deepgandhi closed 2 years ago

deepgandhi commented 2 years ago

done cleanups of utils.py issue #158

LewisGaul commented 2 years ago

The tests are failing. Install the project requirements with pip install -r requirements-dev.txt and then run the tests with pylint.