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 20/26] lib/portage/dbapi/bintree.py: drop unused-import
Date: Mon, 03 Aug 2020 19:07:18
Message-Id: 20200803190605.1373842-20-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/dbapi/bintree.py | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/lib/portage/dbapi/bintree.py b/lib/portage/dbapi/bintree.py
7 index e86fa5caa..97be51121 100644
8 --- a/lib/portage/dbapi/bintree.py
9 +++ b/lib/portage/dbapi/bintree.py
10 @@ -27,7 +27,7 @@ from portage.const import CACHE_PATH, SUPPORTED_XPAK_EXTENSIONS
11 from portage.dbapi.virtual import fakedbapi
12 from portage.dep import Atom, use_reduce, paren_enclose
13 from portage.exception import AlarmSignal, InvalidData, InvalidPackageName, \
14 - ParseError, PermissionDenied, PortageException
15 + ParseError, PortageException
16 from portage.localization import _
17 from portage.package.ebuild.profile_iuse import iter_iuse_vars
18 from portage.util.futures import asyncio
19 --
20 2.28.0