[PATCH 16/26] lib/portage/exception.py: drop unused-import
Aaron Bauman <[email protected]>
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Aaron Bauman <[email protected]> --- lib/portage/exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/exception.py b/lib/portage/exception.py index 30ab0c689..1d7ccbe90 100644 --- a/lib/portage/exception.py +++ b/lib/portage/exception.py @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 import signal -from portage import _encodings, _unicode_encode, _unicode_decode +from portage import _encodings, _unicode_decode from portage.localization import _ -- 2.28.0