Skip to content

Commit

Permalink
Remove duplicate doctest lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lukpueh committed Jul 5, 2019
1 parent beab2a1 commit f6e47b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions securesystemslib/ed25519_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,6 @@ def create_signature(public_key, private_key, data, scheme):
True
>>> scheme == 'ed25519'
True
>>> signature, scheme = \
create_signature(public, private, data, scheme)
>>> securesystemslib.formats.ED25519SIGNATURE_SCHEMA.matches(signature)
True
>>> scheme == 'ed25519'
True
<Arguments>
public:
Expand Down
6 changes: 0 additions & 6 deletions securesystemslib/spx_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ def create_signature(private_key, data, scheme):
True
>>> scheme == 'spx'
True
>>> signature, scheme = \
create_signature(private, data, scheme)
>>> SPX_SIG_BYTES_SCHEMA.matches(signature)
True
>>> scheme == 'spx'
True
<Arguments>
private:
Expand Down

0 comments on commit f6e47b9

Please sign in to comment.