• Charles Ferguson's avatar
    Fix lint problems with unused variables. · 1d9fc9a7
    Charles Ferguson authored
    There werea number of lint issues with variables which were unused in
    the timer and test code. These have been replaced by '_' placeholders
    where possible. Test code had lots of 'no-self-use' which is common
    in the test functions.
    1d9fc9a7
Timer_test.py 10.4 KB