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 16/26] lib/portage/exception.py: drop unused-import
Date: Mon, 03 Aug 2020 19:07:05
Message-Id: 20200803190605.1373842-16-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 Signed-off-by: Aaron Bauman <bman@g.o>
2 ---
3 lib/portage/exception.py | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/lib/portage/exception.py b/lib/portage/exception.py
7 index 30ab0c689..1d7ccbe90 100644
8 --- a/lib/portage/exception.py
9 +++ b/lib/portage/exception.py
10 @@ -2,7 +2,7 @@
11 # Distributed under the terms of the GNU General Public License v2
12
13 import signal
14 -from portage import _encodings, _unicode_encode, _unicode_decode
15 +from portage import _encodings, _unicode_decode
16 from portage.localization import _
17
18
19 --
20 2.28.0