mirror of
https://github.com/esphome/esphome.git
synced 2025-09-19 11:42:20 +01:00
[ruff] Enable RET and fix all violations (#9929)
This commit is contained in:
@@ -628,5 +628,4 @@ async def ble_server_descriptor_set_value(config, action_id, template_arg, args)
|
||||
)
|
||||
async def ble_server_characteristic_notify(config, action_id, template_arg, args):
|
||||
paren = await cg.get_variable(config[CONF_ID])
|
||||
var = cg.new_Pvariable(action_id, template_arg, paren)
|
||||
return var
|
||||
return cg.new_Pvariable(action_id, template_arg, paren)
|
||||
|
Reference in New Issue
Block a user