commit: b90802486aa4a48bca5cdf10eb59a7eb2beb1a42
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 20:20:21 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 21:15:51 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b9080248
lib/portage/dep/soname/SonameAtom.py: drop unused-import
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
lib/portage/dep/soname/SonameAtom.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/portage/dep/soname/SonameAtom.py
b/lib/portage/dep/soname/SonameAtom.py
index 62b2ee5e1..9abdf6906 100644
--- a/lib/portage/dep/soname/SonameAtom.py
+++ b/lib/portage/dep/soname/SonameAtom.py
@@ -1,9 +1,6 @@
# Copyright 2015-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-
-from portage import _encodings, _unicode_encode
-
class SonameAtom:
__slots__ = ("multilib_category", "soname", "_hash_key",