From b60b38c6f676b34f831fe8a052c098bd1281e7ed Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 3 Dec 2021 20:14:21 +0100 Subject: [PATCH] Fix amcrest pylint issue (#60932) --- homeassistant/components/amcrest/switch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/amcrest/switch.py b/homeassistant/components/amcrest/switch.py index 67dc551fcb9..876deeacf91 100644 --- a/homeassistant/components/amcrest/switch.py +++ b/homeassistant/components/amcrest/switch.py @@ -58,7 +58,7 @@ class AmcrestSwitch(SwitchEntity): name: str, device: AmcrestDevice, entity_description: SwitchEntityDescription, - ): + ) -> None: """Initialize switch.""" self._api = device.api self.entity_description = entity_description