Fixed 2 PEP257 compliance errors

This commit is contained in:
Troy McConaghy 2018-06-01 12:58:26 +02:00
parent ccb7a86428
commit 0b6df62150

View File

@ -39,8 +39,7 @@ def calculate_hash(key_list):
def merkleroot(hashes): def merkleroot(hashes):
""" """Computes the merkle root for a given list.
Computes the merkle root for a given list.
Args: Args:
hashes (:obj:`list` of :obj:`bytes`): The leaves of the tree. hashes (:obj:`list` of :obj:`bytes`): The leaves of the tree.