Skip to content

Commit e6a8746

Browse files
committed
Lint fix
1 parent acdd1e1 commit e6a8746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

custom_components/netgear_plus/button.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ async def async_setup_entry(
3030
if gs_switch.api:
3131
if gs_switch.api.switch_model.has_reboot_button():
3232
_LOGGER.info(
33-
"[button.async_setup_entry] setting up Platform.BUTTON for Switch Reboot"
33+
"[button.async_setup_entry]"
34+
" setting up Platform.BUTTON for Switch Reboot"
3435
)
3536
entities.append(
3637
NetgearRebootButtonEntity(

0 commit comments

Comments
 (0)