commit: f2a3a4ca44d0d9103f34ac2b99cd3670f4da3f43 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Sep 15 12:18:18 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 15 12:21:10 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f2a3a4ca
bintree: fix lazy imports formatting Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> Part-of: https://github.com/gentoo/portage/pull/1471 Closes: https://github.com/gentoo/portage/pull/1471 Signed-off-by: Sam James <sam <AT> gentoo.org> lib/portage/dbapi/bintree.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/portage/dbapi/bintree.py b/lib/portage/dbapi/bintree.py index 3ac99c8ffe..77dee37c3a 100644 --- a/lib/portage/dbapi/bintree.py +++ b/lib/portage/dbapi/bintree.py @@ -16,8 +16,7 @@ portage.proxy.lazyimport.lazyimport( "portage.locks:lockfile,unlockfile", "portage.package.ebuild.fetch:_check_distfile,_hide_url_passwd", "portage.update:update_dbentries", - "portage.util:atomic_ofstream,ensure_dirs,normalize_path," - + "writemsg", + "portage.util:atomic_ofstream,ensure_dirs,normalize_path,writemsg", "portage.util.time:unix_to_iso_time", "portage.util.path:first_existing", "portage.util._async.SchedulerInterface:SchedulerInterface",
