Removed unnecessary import statement

This commit is contained in:
timmartin19
2014-10-20 12:02:04 -04:00
parent 92c5ce317a
commit 5f2f1f7d23

View File

@@ -5,7 +5,6 @@
from collections import namedtuple from collections import namedtuple
from cassandra.cluster import Cluster, NoHostAvailable from cassandra.cluster import Cluster, NoHostAvailable
from cassandra.query import SimpleStatement, Statement from cassandra.query import SimpleStatement, Statement
from cqlengine.exceptions import LWTException
import six import six
try: try: