From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D684138359 for ; Mon, 3 Aug 2020 20:21:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AB7EE0B8B; Mon, 3 Aug 2020 20:20:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55027E0B8B for ; Mon, 3 Aug 2020 20:20:45 +0000 (UTC) From: Aaron Bauman To: gentoo-portage-dev@lists.gentoo.org Cc: Aaron Bauman Subject: [gentoo-portage-dev] [PATCH 06/18] lib/portage/dep/soname/SonameAtom.py: drop unused-import Date: Mon, 3 Aug 2020 16:20:21 -0400 Message-Id: <20200803202033.1585074-6-bman@gentoo.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200803202033.1585074-1-bman@gentoo.org> References: <20200803202033.1585074-1-bman@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: f7bbcb26-fcb8-4ac4-a0ed-3a3d25cf38d8 X-Archives-Hash: 52d018f87dee6fe4821236d939675ebf Signed-off-by: Aaron Bauman --- 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", -- 2.28.0