Closed tripleee closed 6 years ago
Libraries should not use print() for diagnostics.
print()
Also some whitespace and import cleanups.
import
Thanks a lot! Logging does seem to be a better option. I'll make a release on PyPi ASAP.
Libraries should not use
print()
for diagnostics.Also some whitespace and
import
cleanups.