summaryrefslogtreecommitdiff
path: root/test/test_graph/test_batch_add.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_graph/test_batch_add.py')
-rw-r--r--test/test_graph/test_batch_add.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_graph/test_batch_add.py b/test/test_graph/test_batch_add.py
index b8d037e9..112a8903 100644
--- a/test/test_graph/test_batch_add.py
+++ b/test/test_graph/test_batch_add.py
@@ -72,7 +72,7 @@ class TestBatchAddGraph:
assert 10 == len(g)
def test_addN_batching_addN(self):
- class MockGraph(object):
+ class MockGraph:
def __init__(self):
self.counts = []