mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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")
|
_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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user