Added missing import
This commit is contained in:
@@ -17,7 +17,7 @@ import logging
|
||||
import six
|
||||
import threading
|
||||
|
||||
from cassandra.cluster import Cluster, _NOT_SET, NoHostAvailable, UserTypeDoesNotExist
|
||||
from cassandra.cluster import Cluster, _NOT_SET, NoHostAvailable, UserTypeDoesNotExist, ConsistencyLevel
|
||||
from cassandra.query import SimpleStatement, dict_factory
|
||||
|
||||
from cassandra.cqlengine import CQLEngineException
|
||||
|
||||
Reference in New Issue
Block a user