commit f4be2a7807babaaaec8c320edc18c3073447d95b Author: Illia Volochii illia.volochii@gmail.com Date: Sun Apr 26 21:11:39 2020 +0300
Remove a redundant blank line --- stem/control.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/stem/control.py b/stem/control.py index d055058e..db539539 100644 --- a/stem/control.py +++ b/stem/control.py @@ -934,7 +934,6 @@ class BaseController(_BaseControllerSocketMixin): for coroutine in (self._reader_loop(), self._event_loop()): self._asyncio_loop_tasks.append(self._asyncio_loop.create_task(coroutine))
- async def _reader_loop(self) -> None: """ Continually pulls from the control socket, directing the messages into
tor-commits@lists.torproject.org