Fix implicit-return in meraki (#122909)

This commit is contained in:
epenet
2024-07-31 12:39:59 +02:00
committed by GitHub
parent 01f41a597e
commit 8b1a527602

View File

@@ -88,6 +88,7 @@ class MerakiView(HomeAssistantView):
_LOGGER.debug("No observations found") _LOGGER.debug("No observations found")
return None return None
self._handle(request.app[KEY_HASS], data) self._handle(request.app[KEY_HASS], data)
return None
@callback @callback
def _handle(self, hass, data): def _handle(self, hass, data):