1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Azure flake8 dep, docstring fixes (#25605)

* Fix Azure CI flake8 deps

* Docstyle fixes
This commit is contained in:
Ville Skyttä
2019-07-31 22:21:36 +03:00
committed by Paulus Schoutsen
parent 3cf8964c06
commit 0490167a12
8 changed files with 9 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ class RingCam(Camera):
@property
def should_poll(self):
"""Updates controlled via the hub."""
"""Return False, updates are controlled via the hub."""
return False
def update(self):