Added bytes for python 3
This commit is contained in:
@@ -106,5 +106,6 @@ if six.PY2:
|
||||
else:
|
||||
cql_encoders.update({
|
||||
memoryview: cql_encode_bytes,
|
||||
bytes: cql_encode_bytes,
|
||||
type(None): cql_encode_none,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user