Added missing import

This commit is contained in:
bjmb
2017-03-17 16:43:15 -04:00
parent 6cc62f7dcd
commit 4bec82485e

View File

@@ -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