Put noqa in the right place
This commit is contained in:
parent
f06335126b
commit
6285212209
@ -3,11 +3,11 @@
|
|||||||
from hypercore_crypto.crypto import (
|
from hypercore_crypto.crypto import (
|
||||||
data,
|
data,
|
||||||
discovery_key,
|
discovery_key,
|
||||||
key_pair, # noqa
|
key_pair,
|
||||||
leaf,
|
leaf,
|
||||||
parent,
|
parent,
|
||||||
random_bytes,
|
random_bytes,
|
||||||
sign,
|
sign,
|
||||||
tree,
|
tree,
|
||||||
verify,
|
verify,
|
||||||
)
|
) # noqa
|
||||||
|
Loading…
Reference in New Issue
Block a user