commit:     54af7ed9390ea26b2a6efb3fb33fcbea6ca070d8
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  8 23:27:28 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Nov  8 23:27:48 2021 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=54af7ed9

setup.py: fix black formatting

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 setup.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index fe0265c64..db4dc4bfe 100755
--- a/setup.py
+++ b/setup.py
@@ -838,7 +838,11 @@ setup(
         [
             ("etc", "cnf", ("etc-update.conf", "dispatch-conf.conf")),
             ("etc/logrotate.d", "cnf/logrotate.d", ("elog-save-summary",)),
-            ("share/portage/config/repo.postsync.d", "cnf/repo.postsync.d", 
("example",)),
+            (
+                "share/portage/config/repo.postsync.d",
+                "cnf/repo.postsync.d",
+                ("example",),
+            ),
             (
                 "share/portage/config",
                 "cnf",

Reply via email to