1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

common: fix style

This commit is contained in:
matejcik 2020-08-07 11:55:50 +02:00
parent 5de3787915
commit d2a5bb5b34

View File

@ -418,7 +418,7 @@ def release(
nontokens = [coin for coin in missing_list if not coin_info.is_token(coin)]
for coin in tokens:
key = coin["key"]
# assert not coin.get("duplicate"), key
# assert not coin.get("duplicate"), key
if verbose:
print(f"Adding missing {key} ({coin['name']})")
set_supported(device, key, version)