Skip to content
Snippets Groups Projects
Commit 3d7f1b53 authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove spurious change

parent a72d5f39
No related branches found
No related tags found
No related merge requests found
...@@ -116,8 +116,6 @@ class ReplicationCommandHandler: ...@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment