commit: 4f77b1ca80a7ae7987c0d3e0ef988b3c06d18744
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 00:50:13 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 00:50:26 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=4f77b1ca
ProxyManager: remove unused loop parameter
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
lib/portage/util/socks5.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/portage/util/socks5.py b/lib/portage/util/socks5.py
index ddf6bb4d0..4aa08e1ab 100644
--- a/lib/portage/util/socks5.py
+++ b/lib/portage/util/socks5.py
@@ -73,7 +73,7 @@ class ProxyManager:
"""
return self.socket_path is not None
- async def ready(self, loop=None):
+ async def ready(self):
"""
Wait for the proxy socket to become ready. This method is a
coroutine.
"""