1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 (#14557)

* Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0

* Pydocstyle D401 fixes
This commit is contained in:
Ville Skyttä
2018-08-24 11:28:43 +03:00
committed by Paulus Schoutsen
parent 89d856d147
commit dd9d53c83e
84 changed files with 148 additions and 130 deletions

View File

@@ -101,7 +101,7 @@ def websocket_update_entity(hass, connection, msg):
@callback
def _entry_dict(entry):
"""Helper to convert entry to API format."""
"""Convert entry to API format."""
return {
'entity_id': entry.entity_id,
'name': entry.name