Skip to content

Commit

Permalink
Docs clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Jun 21, 2017
1 parent 78fb898 commit d108892
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cryptoconditions/types/ed25519.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def __init__(self, *, public_key=None, signature=None):
Args:
public_key (bytes): Ed25519 public key.
signature (bytes): Signature.
asn1 (): pyasn1 object.
"""
if public_key is not None:
Expand Down

0 comments on commit d108892

Please sign in to comment.