summary refs log tree commit diff
path: root/synapse/replication/tcp/handler.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-08-18 11:06:02 +0100
committerErik Johnston <erik@matrix.org>2023-08-18 11:06:02 +0100
commitde16789d877e434f9df2477ef3247fcee6bd8433 (patch)
treee443889dc1ef9df4fa881b7ccf128b2bd837d069 /synapse/replication/tcp/handler.py
parentMerge remote-tracking branch 'origin/release-v1.90' into matrix-org-hotfixes (diff)
parentAdd cache to `get_server_keys_json_for_remote` (#16123) (diff)
downloadsynapse-de16789d877e434f9df2477ef3247fcee6bd8433.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'synapse/replication/tcp/handler.py')
-rw-r--r--synapse/replication/tcp/handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/tcp/handler.py b/synapse/replication/tcp/handler.py

index a2cabba7b1..38adcbe1d0 100644 --- a/synapse/replication/tcp/handler.py +++ b/synapse/replication/tcp/handler.py
@@ -17,6 +17,7 @@ from typing import ( TYPE_CHECKING, Any, Awaitable, + Deque, Dict, Iterable, Iterator, @@ -29,7 +30,6 @@ from typing import ( ) from prometheus_client import Counter -from typing_extensions import Deque from twisted.internet.protocol import ReconnectingClientFactory