pyperformance
pyperformance copied to clipboard
Use a Logger instead of print()
The code frequently print()s to stdout. Most of those cases should probably be replaced with a logging.Logger.
Hello, is this issue still open @ericsnowcurrently . Would like to contribute if so
Go for it!