Skip to content
Snippets Groups Projects
Commit 47321505 authored by Moul's avatar Moul
Browse files

[format] #286: Format change with Black v19.10b0

parent 53609d8d
No related branches found
No related tags found
2 merge requests!146Merge dev into master branch to complete v0.8.0 development cycle,!126#286: Fix Black format with its last version
Pipeline #8030 passed
......@@ -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
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment