Put noqa in the right place

This commit is contained in:
Luke Murphy 2020-07-07 15:37:34 +02:00
parent f06335126b
commit 6285212209
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
from hypercore_crypto.crypto import (
data,
discovery_key,
key_pair, # noqa
key_pair,
leaf,
parent,
random_bytes,
sign,
tree,
verify,
)
) # noqa