[Patchew-devel] [PATCH 1/9] apply black to mods/tags.py

Paolo Bonzini pbonzini at redhat.com
Thu Jan 16 15:09:01 UTC 2020


Signed-off-by: Paolo Bonzini <pbonzini at redhat.com>
---
 mods/tags.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/mods/tags.py b/mods/tags.py
index 59a367e..55cc9a6 100644
--- a/mods/tags.py
+++ b/mods/tags.py
@@ -52,7 +52,10 @@ series cover letter, patch mail body and their replies.
     def __init__(self):
         register_handler("MessageAdded", self.on_message_added)
         declare_event("TagsUpdate", series="message object that is updated")
-        declare_event("SeriesReviewed", series="message object that got Reviewed-by tags for all patches")
+        declare_event(
+            "SeriesReviewed",
+            series="message object that got Reviewed-by tags for all patches",
+        )
 
         # XXX: get this list through module config?
 
-- 
2.21.0





More information about the Patchew-devel mailing list