Fix implicit-return in meraki (#122909)
This commit is contained in:
parent
01f41a597e
commit
8b1a527602
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue