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
support Python 3.8 in tests (#759)
I upgraded my local Python version to 3.8 and some of the tests were failing. Removing the future wrapping fixes the issue.