Remove spurious change

pull/7584/head
Erik Johnston 2020-05-27 19:41:44 +01:00
parent a72d5f39db
commit 3d7f1b53d9
1 changed files with 0 additions and 2 deletions

View File

@ -116,8 +116,6 @@ class ReplicationCommandHandler:
# batching works.
self._pending_batches = {} # type: Dict[str, List[Any]]
self._queued_events = {} # type: Dict[str, List[Any]]
# The factory used to create connections.
self._factory = None # type: Optional[ReconnectingClientFactory]