From 47321505ca7cf58ae09af03864cd2c3d2056ffcf Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 11 Feb 2020 19:50:15 +0100
Subject: [PATCH] [format] #286: Format change with Black v19.10b0

---
 silkaj/wot.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/silkaj/wot.py b/silkaj/wot.py
index 1243a840..1c269f46 100644
--- a/silkaj/wot.py
+++ b/silkaj/wot.py
@@ -78,9 +78,10 @@ async def received_sent_certifications(id):
                 certifications["received"].append(
                     cert_written_in_the_blockchain(req["certifications"], cert)
                 )
-                certifications["sent"], certifications[
-                    "sent_expire"
-                ] = get_sent_certifications(id_certs, time_first_block, params)
+                (
+                    certifications["sent"],
+                    certifications["sent_expire"],
+                ) = get_sent_certifications(id_certs, time_first_block, params)
             nbr_sent_certs = (
                 len(certifications["sent"]) if "sent" in certifications else 0
             )
-- 
GitLab