mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-01 18:30:56 +00:00
fix typing.NewType
This commit is contained in:
parent
bfa034f2d9
commit
7d4fbd07ea
@ -58,6 +58,6 @@ def TypeVar(*args):
|
||||
return object
|
||||
|
||||
def NewType(*args):
|
||||
return object
|
||||
return lambda x: x
|
||||
|
||||
TYPE_CHECKING = False
|
||||
|
Loading…
Reference in New Issue
Block a user