mirror of
https://github.com/esphome/esphome.git
synced 2024-12-28 16:31:44 +01:00
Remove TODO
This commit is contained in:
parent
6bc1b0b5a8
commit
91b56a4a7d
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ def parse_descriptor_value(value):
|
|||
]:
|
||||
try:
|
||||
val = val_method(value)
|
||||
# TODO: What about ByteBuffer and strings
|
||||
buffer = ByteBuffer_ns.wrap(val)
|
||||
return buffer, buffer.get_capacity()
|
||||
except cv.Invalid:
|
||||
|
|
Loading…
Reference in a new issue