1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-21 09:39:02 +00:00
This commit is contained in:
Jiří Musil 2025-03-20 15:00:08 +01:00 committed by GitHub
commit 382f40ced7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,7 +166,7 @@ class Field:
if self._py_type is None:
self._py_type = self._resolve_type()
# pyright issue https://github.com/microsoft/pyright/issues/8136
return self._py_type # type: ignore [Type ["Unknown | None"]]
return self._py_type # type: ignore [Type "Unknown | None"]
def _resolve_type(self) -> type:
# look for a type in the builtins