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 B6CA0138359 for ; Mon, 3 Aug 2020 19:31:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B419FE0B83; Mon, 3 Aug 2020 19:30:59 +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 8C3E1E0B83 for ; Mon, 3 Aug 2020 19:30:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8ECA234F1E1 for ; Mon, 3 Aug 2020 19:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2DB7316 for ; Mon, 3 Aug 2020 19:30:51 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1596482529.859594ca1c547dac0e1e35c08a86f81ad7023848.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/exception.py X-VCS-Directories: lib/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 859594ca1c547dac0e1e35c08a86f81ad7023848 X-VCS-Branch: master Date: Mon, 3 Aug 2020 19:30:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2086e8b-0bb2-4786-9bc8-6bfb89fae8ba X-Archives-Hash: c69683b1d33ffd5c5d56d47824e6a301 commit: 859594ca1c547dac0e1e35c08a86f81ad7023848 Author: Aaron Bauman gentoo org> AuthorDate: Mon Aug 3 19:05:55 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Aug 3 19:22:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=859594ca lib/portage/exception.py: drop unused-import Signed-off-by: Aaron Bauman gentoo.org> Signed-off-by: Zac Medico gentoo.org> 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 _