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
Checking for `str` type in python2.* doesn't work because in many cases
string will be unicode.
This PR makes use of the `six` lib to make the call py2/3 compatible
0 commit comments