mirror of
https://github.com/esphome/esphome.git
synced 2024-12-28 00:11:43 +01:00
Fix linting
This commit is contained in:
parent
1425e3a3e1
commit
c095b09839
1 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ def parse_descriptor_value(value):
|
|||
cv.hex_uint16_t,
|
||||
cv.hex_uint32_t,
|
||||
cv.int_,
|
||||
cv.string
|
||||
cv.string,
|
||||
]:
|
||||
try:
|
||||
val = val_method(value)
|
||||
|
@ -296,7 +296,7 @@ async def parse_characteristic_value(value, args):
|
|||
cv.hex_uint16_t,
|
||||
cv.hex_uint32_t,
|
||||
cv.int_,
|
||||
cv.string
|
||||
cv.string,
|
||||
]:
|
||||
try:
|
||||
val = val_method(value)
|
||||
|
|
Loading…
Reference in a new issue