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

style(core/tests): silent star import warnings

This commit is contained in:
Ondřej Vejpustek 2024-11-15 13:55:14 +01:00
parent e434aabc77
commit d44a51ef49
113 changed files with 113 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto.curve import secp256k1

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto.curve import secp256k1

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor import wire

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip32, bip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from storage import cache

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.enums import InputScriptType

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor import wire

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor import wire

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.enums import InputScriptType

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from apps.bitcoin.sign_tx.omni import is_valid, parse

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if utils.INTERNAL_MODEL in ("T2T1", ):

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.enums import InputScriptType

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor import wire

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from apps.cardano.helpers import bech32

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor import wire

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.enums import CardanoAddressType

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import cardano, slip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor import wire

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import cardano

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from apps.common.cbor import (

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from apps.common import coins

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from mock_storage import mock_storage

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.utils import ensure

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor import wire

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
import apps.common.writers as writers

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip32, bip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
import typing as t

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
import unittest

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor import wire

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
import storage

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor import utils

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from apps.common.paths import HARDENED

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip32

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.wire import ProcessError

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
if not utils.BITCOIN_ONLY:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import *
from trezor import config, utils
from trezor import log

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
import storage

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from apps.zcash.f4jumble import f4jumble, f4unjumble

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from apps.common import coininfo

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.enums import InputScriptType

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from mock_storage import mock_storage

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from storage import device

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor import config

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import aes

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import aesgcm

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import base32

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import base58

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
# Copyright (c) 2017, 2020 Pieter Wuille

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip32

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import bip39

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
# Copyright (c) 2017 Pieter Wuille

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import chacha20poly1305

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import cosi, random

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import crc

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import random

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto.curve import curve25519

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import random

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import random

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import random

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import der

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import *
if utils.USE_THP:

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hashlib

View File

@ -1,3 +1,4 @@
# flake8: noqa: F403,F405
from common import * # isort:skip
from trezor.crypto import hmac

Some files were not shown because too many files have changed in this diff Show More