Modify docstrings to match PEP257

This commit is contained in:
Fabian Affolter
2016-03-07 17:45:06 +01:00
parent 6ac9210919
commit 032f06e015
7 changed files with 27 additions and 39 deletions

View File

@@ -19,7 +19,6 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
class DemoCamera(Camera):
"""A Demo camera."""
def __init__(self, name):
super().__init__()
self._name = name