Skip to content

Commit 96f57ca

Browse files
committed
Minor cleanup in metrics test
1 parent 4257aa8 commit 96f57ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integration/test_metrics.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from cassandra import ConsistencyLevel, WriteTimeout, Unavailable, ReadTimeout
44

55
from cassandra.cluster import Cluster, NoHostAvailable
6-
from cassandra.decoder import QueryMessage
76
from tests.integration import get_node, get_cluster
87

98

@@ -133,12 +132,10 @@ def test_other_error(self):
133132
# TODO: Bootstrapping or Overloaded cases
134133
pass
135134

136-
137135
def test_ignore(self):
138136
# TODO: Look for ways to generate ignores
139137
pass
140138

141-
142139
def test_retry(self):
143140
# TODO: Look for ways to generate retries
144141
pass

0 commit comments

Comments
 (0)