This PR removes the the body from Calc and Token methods and also removes the arguments in their signatures. People will need to recreate the functionality by looking at docstrings and failing tests.
Check List
[ ] All test passed
[ ] Any new functionality or fixes you added is covered by new tests
The above checklist isn't relevant because the point is to make the tests fail.
Description
This PR removes the the body from
Calc
andToken
methods and also removes the arguments in their signatures. People will need to recreate the functionality by looking at docstrings and failing tests.Check List
The above checklist isn't relevant because the point is to make the tests fail.