We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56f586 commit 0a5b42bCopy full SHA for 0a5b42b
1 file changed
objectbox/model/properties.py
@@ -58,7 +58,7 @@ def __init__(self, py_type: type, id: int, uid: int, type: PropertyType = None):
58
self._name = "" # set in Entity.fill_properties()
59
60
self._py_type = py_type
61
- self._ob_type: OBXPropertyType = type if type != None else self.__determine_ob_type()
+ self._ob_type = type if type != None else self.__determine_ob_type()
62
self._fb_type = fb_type_map[self._ob_type]
63
64
self._is_id = isinstance(self, Id)
0 commit comments