1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

src: fix style

This commit is contained in:
Pavol Rusnak 2017-06-18 23:32:47 +02:00
parent 564af0a5ff
commit 365fd404b1
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -6,6 +6,8 @@ from trezorutils import halt, memcpy
def _gf():
yield
type_gen = type(_gf())