Skip to content

Commit fe91e68

Browse files
author
Ivan Dlugos
committed
resolve a TODO in FB slicing
1 parent 880be93 commit fe91e68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

objectbox/model/entity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def unmarshal(self, data: bytes):
120120
size = table.VectorLen(o)
121121

122122
# slice the vector as a requested type
123-
# TODO test this (immutability, memory safe, etc)
124123
val = prop._py_type(table.Bytes[start:start+size])
125124
else:
126125
val = table.Get(prop._fb_type, o + table.Pos)

0 commit comments

Comments
 (0)