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 ( 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