1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

style(core): Fix black formatting.

This commit is contained in:
Andrew Kozlik 2021-03-23 11:02:04 +01:00
parent b37e5c916f
commit b0ed553847

View File

@ -22,9 +22,7 @@ VERSIONS = coin_info.latest_releases()
# automatic wallet entries # automatic wallet entries
WALLET_SUITE = {"Trezor Suite": "https://suite.trezor.io"} WALLET_SUITE = {"Trezor Suite": "https://suite.trezor.io"}
WALLET_NEM = { WALLET_NEM = {"Nano Wallet": "https://nem.io/downloads/"}
"Nano Wallet": "https://nem.io/downloads/"
}
WALLETS_ETH_3RDPARTY = { WALLETS_ETH_3RDPARTY = {
"MyEtherWallet": "https://www.myetherwallet.com", "MyEtherWallet": "https://www.myetherwallet.com",
"MyCrypto": "https://mycrypto.com", "MyCrypto": "https://mycrypto.com",