From 62852122095a34d92e35c7f761acdd376fbb5d72 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 7 Jul 2020 15:37:34 +0200 Subject: [PATCH] Put noqa in the right place --- hypercore_crypto/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypercore_crypto/__init__.py b/hypercore_crypto/__init__.py index 4d614ca..39db585 100644 --- a/hypercore_crypto/__init__.py +++ b/hypercore_crypto/__init__.py @@ -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