mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix implicit-return in meraki (#122909)
This commit is contained in:
parent
01f41a597e
commit
8b1a527602
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user