self._wait_for is no longer used
This commit is contained in:
parent
6d4222b4c1
commit
8f0a3045c5
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue