From 45b7a472c5191f87af0fd723e8785fc5fded5e25 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 11 Mar 2018 22:54:32 +0100 Subject: [PATCH] src/apps/wallet: make flake8 happy --- src/apps/wallet/ecdh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/wallet/ecdh.py b/src/apps/wallet/ecdh.py index 4d671a4200..123a461879 100644 --- a/src/apps/wallet/ecdh.py +++ b/src/apps/wallet/ecdh.py @@ -40,6 +40,7 @@ def get_ecdh_path(identity: str, index: int): return address_n + def ecdh(seckey: bytes, peer_public_key: bytes, curve: str) -> bytes: if curve == 'secp256k1': from trezor.crypto.curve import secp256k1