commit 6a6c009093936559f8b18fe47d5d2269e6d7e5ee Author: juga0 juga@riseup.net Date: Thu Sep 13 17:52:48 2018 +0000
Fix linter error --- sbws/lib/v3bwfile.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index 5621557..844efb3 100644 --- a/sbws/lib/v3bwfile.py +++ b/sbws/lib/v3bwfile.py @@ -461,7 +461,6 @@ class V3BWFile(object): key=lambda l: l.bw) return cls(header, bw_lines)
- @staticmethod def bw_kb(bw_lines, reverse=False): bw_lines_scaled = copy.deepcopy(bw_lines)
tor-commits@lists.torproject.org