commit b6480a28244c8e486e0c927121b10b88d8275b24 Author: juga0 juga@riseup.net Date: Sun Feb 9 19:31:52 2020 +0000
fix: relaylist: linter error after after merge
Fix linter error after merging #30733 and #30727.
Closes: #33199. --- sbws/lib/relaylist.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/sbws/lib/relaylist.py b/sbws/lib/relaylist.py index 8069854..65ec526 100644 --- a/sbws/lib/relaylist.py +++ b/sbws/lib/relaylist.py @@ -294,6 +294,7 @@ class Relay: measurement period. """ return timestamp.is_old(self.last_consensus_timestamp) + # XXX: tech-debt: replace `_desc` attr by a a `dequee` of the last # descriptors seen for this relay and the timestamp. def update_server_descriptor(self, server_descriptor):