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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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