[tor-commits] [bridgedb/develop] PEP8 remove extra blank line in bridgedb.bridges module.
isis at torproject.org
isis at torproject.org
Thu Jun 25 07:10:55 UTC 2015
commit 3c990f7cd86b7f2ca8799ee4b7054b5e0167620e
Author: Isis Lovecruft <isis at torproject.org>
Date: Tue May 12 07:28:26 2015 +0000
PEP8 remove extra blank line in bridgedb.bridges module.
---
lib/bridgedb/bridges.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/bridgedb/bridges.py b/lib/bridgedb/bridges.py
index c98d54c..f6e1d6b 100644
--- a/lib/bridgedb/bridges.py
+++ b/lib/bridgedb/bridges.py
@@ -1104,7 +1104,6 @@ class Bridge(BridgeBackwardsCompatibility):
("Client requested transport %s, but bridge %s doesn't "
"have any of that transport!") % (desired, self))
-
unblocked = []
for pt in transports:
if not sum([self.transportIsBlockedIn(cc, pt.methodname)
More information about the tor-commits
mailing list