Closed icemac closed 3 years ago
What does it mean when it complains about
for i in itertools.count(1)
? Is it wanting a loop to not be executed?
The coverage report says at this line: "line 203 didn't return from function 'run', because the loop on line 203 didn't complete"
Thank you for reviewing this PR. 😃
Add support for Python 3.9.
Closes #100.