Closed akx closed 5 years ago
As discussed in #314's comments, this PR refactors the monolithic labours.py file into multiple files.
labours.py
I also ran Monkeytype to add some type hints and Black to reformat some long lines.
A future improvement would be to get rid of args being passed around as-is.
args
As discussed in #314's comments, this PR refactors the monolithic
labours.py
file into multiple files.I also ran Monkeytype to add some type hints and Black to reformat some long lines.
A future improvement would be to get rid of
args
being passed around as-is.