You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are print() usages where using logger would be better, so clients of this library can configure logging verbosity and track the severity of events. Also, this library configures logging but shouldn't, so clients can configure logging verbosity as they wish. Last, there are print() usages in tests, but I think they should be deleted.