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

style: make flake8 happy

This commit is contained in:
Pavol Rusnak 2018-06-13 19:04:40 +02:00
parent 0c13a43518
commit a6d316db25
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -23,7 +23,6 @@ class TestEthereumGetAddress(unittest.TestCase):
h = _ethereum_address_hex(b) h = _ethereum_address_hex(b)
self.assertEqual(h, '0x' + s) self.assertEqual(h, '0x' + s)
def test_ethereum_address_hex_rskip60(self): def test_ethereum_address_hex_rskip60(self):
# https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP60.md # https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP60.md
rskip60_chain_30 = [ rskip60_chain_30 = [