self._wait_for is no longer used

This commit is contained in:
jesopo 2020-04-29 14:31:41 +01:00
parent 6d4222b4c1
commit 8f0a3045c5

View file

@ -64,7 +64,6 @@ class Server(IServer):
self._read_queue: Deque[Tuple[Line, Optional[Emit]]] = deque()
self._wait_for: List[Tuple[Awaitable, WaitFor]] = []
self._wait_for_fut: Optional[Future[WaitFor]] = None
def hostmask(self) -> str: