mirror of
https://github.com/romanz/amodem.git
synced 2026-03-28 05:49:08 +08:00
tox: pep8 -> pycodestyle
This commit is contained in:
@@ -113,6 +113,7 @@ def _parse_ecdsa_sig(args):
|
||||
return (util.bytes2num(sig_r),
|
||||
util.bytes2num(sig_s))
|
||||
|
||||
|
||||
# DSA and EDDSA happen to have the same structure as ECDSA signatures
|
||||
_parse_dsa_sig = _parse_ecdsa_sig
|
||||
_parse_eddsa_sig = _parse_ecdsa_sig
|
||||
|
||||
Reference in New Issue
Block a user