NoneType not in types module in python3.
Change our tests to use type(None) instead which works in both python2 and python3.
Please register or sign in to comment
Change our tests to use type(None) instead which works in both python2 and python3.