[tor-commits] [bridgedb/develop] PEP8 obsessive compulsive whitespace fix in bridgedb.Main.
isis at torproject.org
isis at torproject.org
Sun Feb 22 00:50:22 UTC 2015
commit 9686f057465eb83fb41367a0381266b0bb8cd52a
Author: Isis Lovecruft <isis at torproject.org>
Date: Sat Feb 21 22:51:56 2015 +0000
PEP8 obsessive compulsive whitespace fix in bridgedb.Main.
---
lib/bridgedb/Main.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/bridgedb/Main.py b/lib/bridgedb/Main.py
index 4fb6338..9317760 100644
--- a/lib/bridgedb/Main.py
+++ b/lib/bridgedb/Main.py
@@ -249,7 +249,6 @@ def createBridgeRings(cfg, proxyList, key):
:returns: A BridgeSplitter splitter, an IPBasedDistributor or None,
and an EmailBasedDistributor or None.
"""
-
# Create a BridgeSplitter to assign the bridges to the different
# distributors.
splitter = Bridges.BridgeSplitter(crypto.getHMAC(key, "Splitter-Key"))
More information about the tor-commits
mailing list