Remove unnecessary use of six.binary_type (#4569)

All supported Pythons have type bytes. On Python 2, it is an alias of
str, same as six.binary_type. Makes the code slightly more forward
compatible and removes some indirection.
1 file changed