From a7cad7f4aab21d48eb783935dfabb9859bcc4f37 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 31 May 2014 18:32:19 +0000 Subject: Still more PyLint. svn path=/trunk/; revision=5856 --- ca/tests/yamlconf.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ca/tests/yamlconf.py') diff --git a/ca/tests/yamlconf.py b/ca/tests/yamlconf.py index e9b6e391..acc56497 100644 --- a/ca/tests/yamlconf.py +++ b/ca/tests/yamlconf.py @@ -133,7 +133,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): -- cgit v1.2.3