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 02/26] lib/portage/sync/modules/rsync/rsync.py: fix unused-import
Date: Mon, 03 Aug 2020 19:06:16
Message-Id: 20200803190605.1373842-2-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/sync/modules/rsync/rsync.py | 1 -
4 1 file changed, 1 deletion(-)
5
6 diff --git a/lib/portage/sync/modules/rsync/rsync.py b/lib/portage/sync/modules/rsync/rsync.py
7 index 33019534b..4ccf7769f 100644
8 --- a/lib/portage/sync/modules/rsync/rsync.py
9 +++ b/lib/portage/sync/modules/rsync/rsync.py
10 @@ -15,7 +15,6 @@ import tempfile
11 import portage
12 from portage import os
13 from portage import _unicode_decode
14 -from portage.exception import CommandNotFound
15 from portage.util import writemsg_level
16 from portage.output import create_color_func, yellow, blue, bold
17 good = create_color_func("GOOD")
18 --
19 2.28.0