commit cf639392caa4293ba5334f3743f0189cd4bf5cb2 Author: c c@chroniko.jp Date: Sat Apr 18 10:32:02 2020 +0000
Tornet: Remove extraneous whitespace --- lib/chutney/TorNet.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py index 4a5a8bc..1ec7061 100644 --- a/lib/chutney/TorNet.py +++ b/lib/chutney/TorNet.py @@ -536,7 +536,6 @@ class NodeBuilder(_NodeCommon): """Called on each nodes after all nodes configure.""" raise NotImplementedError()
- def isSupported(self, net): """Return true if this node appears to have everything it needs; false otherwise."""