aboutsummaryrefslogtreecommitdiff
path: root/ca/tests/yamltest.py
diff options
context:
space:
mode:
Diffstat (limited to 'ca/tests/yamltest.py')
-rw-r--r--ca/tests/yamltest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ca/tests/yamltest.py b/ca/tests/yamltest.py
index a2390aff..1482c4e2 100644
--- a/ca/tests/yamltest.py
+++ b/ca/tests/yamltest.py
@@ -137,7 +137,6 @@ class router_cert(object):
return self.asn == other.asn and self.router_id == other.router_id and self.gski == other.gski
def __hash__(self):
- v6 = tuple(self.v6) if self.v6 is not None else None
return tuple(self.asn).__hash__() + self.router_id.__hash__() + self.gski.__hash__()
def __str__(self):