From b0ed5538474eb5fbcea491d36517008441f9fb6e Mon Sep 17 00:00:00 2001 From: Andrew Kozlik Date: Tue, 23 Mar 2021 11:02:04 +0100 Subject: [PATCH] style(core): Fix black formatting. --- common/tools/coins_details.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/tools/coins_details.py b/common/tools/coins_details.py index a78d61453..4fd908fd3 100755 --- a/common/tools/coins_details.py +++ b/common/tools/coins_details.py @@ -22,9 +22,7 @@ VERSIONS = coin_info.latest_releases() # automatic wallet entries WALLET_SUITE = {"Trezor Suite": "https://suite.trezor.io"} -WALLET_NEM = { - "Nano Wallet": "https://nem.io/downloads/" -} +WALLET_NEM = {"Nano Wallet": "https://nem.io/downloads/"} WALLETS_ETH_3RDPARTY = { "MyEtherWallet": "https://www.myetherwallet.com", "MyCrypto": "https://mycrypto.com",