Remove TODO

This commit is contained in:
Rapsssito 2024-08-19 17:34:46 +02:00
parent 6bc1b0b5a8
commit 91b56a4a7d

View File

@ -216,7 +216,6 @@ def parse_descriptor_value(value):
]: ]:
try: try:
val = val_method(value) val = val_method(value)
# TODO: What about ByteBuffer and strings
buffer = ByteBuffer_ns.wrap(val) buffer = ByteBuffer_ns.wrap(val)
return buffer, buffer.get_capacity() return buffer, buffer.get_capacity()
except cv.Invalid: except cv.Invalid: