Fix docstring

This commit is contained in:
Fabian Affolter 2016-03-09 23:49:54 +01:00
parent f22a40c3e8
commit 0d9b8a0d06
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
"""An abstract class for entities in HA."""
"""An abstract class for entities."""
import re
from collections import defaultdict

View File

@ -1,4 +1,4 @@
"""Provides helpers for components that manage entities."""
"""Helpers for components that manage entities."""
from threading import Lock
from homeassistant.bootstrap import prepare_setup_platform