[tor-commits] [stem/master] Remove a redundant blank line

atagar at torproject.org atagar at torproject.org
Thu Jul 16 01:28:59 UTC 2020


commit f4be2a7807babaaaec8c320edc18c3073447d95b
Author: Illia Volochii <illia.volochii at 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





More information about the tor-commits mailing list