mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Fix docstring
This commit is contained in:
parent
f22a40c3e8
commit
0d9b8a0d06
@ -1,5 +1,4 @@
|
||||
"""An abstract class for entities in HA."""
|
||||
|
||||
"""An abstract class for entities."""
|
||||
import re
|
||||
from collections import defaultdict
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user