Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 25/26] lib/portage/util/futures/_asyncio/tasks.py: drop unused-import
Date: Mon, 03 Aug 2020 19:07:34
Message-Id: 20200803190605.1373842-25-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/26] lib/portage/util/_desktop_entry.py: fix unused-import by Aaron Bauman
1 * Drop unused import
2 * Update copyright
3
4 Signed-off-by: Aaron Bauman <bman@g.o>
5 ---
6 lib/portage/util/futures/_asyncio/tasks.py | 6 +-----
7 1 file changed, 1 insertion(+), 5 deletions(-)
8
9 diff --git a/lib/portage/util/futures/_asyncio/tasks.py b/lib/portage/util/futures/_asyncio/tasks.py
10 index 84c6f4462..c9db3146e 100644
11 --- a/lib/portage/util/futures/_asyncio/tasks.py
12 +++ b/lib/portage/util/futures/_asyncio/tasks.py
13 @@ -1,4 +1,4 @@
14 -# Copyright 2018 Gentoo Foundation
15 +# Copyright 2018-2020 Gentoo Authors
16 # Distributed under the terms of the GNU General Public License v2
17
18 ___all___ = (
19 @@ -14,10 +14,6 @@ import portage
20 portage.proxy.lazyimport.lazyimport(globals(),
21 'portage.util.futures:asyncio',
22 )
23 -from portage.util._eventloop.global_event_loop import (
24 - global_event_loop as _global_event_loop,
25 -)
26 -
27
28 def wait(futures, loop=None, timeout=None, return_when=ALL_COMPLETED):
29 """
30 --
31 2.28.0