[PATCH 02/26] lib/portage/sync/modules/rsync/rsync.py: fix unused-import
Aaron Bauman <[email protected]>
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Aaron Bauman <[email protected]> --- lib/portage/sync/modules/rsync/rsync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/portage/sync/modules/rsync/rsync.py b/lib/portage/sync/modules/rsync/rsync.py index 33019534b..4ccf7769f 100644 --- a/lib/portage/sync/modules/rsync/rsync.py +++ b/lib/portage/sync/modules/rsync/rsync.py @@ -15,7 +15,6 @@ import tempfile import portage from portage import os from portage import _unicode_decode -from portage.exception import CommandNotFound from portage.util import writemsg_level from portage.output import create_color_func, yellow, blue, bold good = create_color_func("GOOD") -- 2.28.0