mirror of
https://github.com/matrix-org/synapse.git
synced 2025-01-16 05:06:02 +00:00
Remove spurious change
This commit is contained in:
parent
a72d5f39db
commit
3d7f1b53d9
@ -116,8 +116,6 @@ class ReplicationCommandHandler:
|
|||||||
# batching works.
|
# batching works.
|
||||||
self._pending_batches = {} # type: Dict[str, List[Any]]
|
self._pending_batches = {} # type: Dict[str, List[Any]]
|
||||||
|
|
||||||
self._queued_events = {} # type: Dict[str, List[Any]]
|
|
||||||
|
|
||||||
# The factory used to create connections.
|
# The factory used to create connections.
|
||||||
self._factory = None # type: Optional[ReconnectingClientFactory]
|
self._factory = None # type: Optional[ReconnectingClientFactory]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user