From a2b00a44865ff11810c5302e33c1c61ce21a030e Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 29 Mar 2022 11:41:19 +0100 Subject: Bump `black` and `click` versions (#12320) --- synapse/replication/http/_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/replication/http/_base.py') diff --git a/synapse/replication/http/_base.py b/synapse/replication/http/_base.py index f1abb98653..2bd244ed79 100644 --- a/synapse/replication/http/_base.py +++ b/synapse/replication/http/_base.py @@ -275,7 +275,7 @@ class ReplicationEndpoint(metaclass=abc.ABCMeta): if attempts > cls.RETRY_ON_CONNECT_ERROR_ATTEMPTS: raise - delay = 2 ** attempts + delay = 2**attempts logger.warning( "%s request connection failed; retrying in %ds: %r", cls.NAME, -- cgit 1.4.1