Skip to content

Commit 4bec824

Browse files
author
bjmb
committed
Added missing import
1 parent 6cc62f7 commit 4bec824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cassandra/cqlengine/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import six
1818
import threading
1919

20-
from cassandra.cluster import Cluster, _NOT_SET, NoHostAvailable, UserTypeDoesNotExist
20+
from cassandra.cluster import Cluster, _NOT_SET, NoHostAvailable, UserTypeDoesNotExist, ConsistencyLevel
2121
from cassandra.query import SimpleStatement, dict_factory
2222

2323
from cassandra.cqlengine import CQLEngineException

0 commit comments

Comments
 (0)