1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-06 23:46:56 +01:00

Remove unnecessary string literal concatenations (#30360)

This commit is contained in:
Ville Skyttä
2020-01-02 21:17:10 +02:00
committed by GitHub
parent cac750066a
commit e6388e186c
183 changed files with 362 additions and 393 deletions
@@ -225,7 +225,7 @@ class TimeWrapper:
if not TimeWrapper.warned:
TimeWrapper.warned = True
_LOGGER.warning(
"Using time.sleep can reduce the performance of " "Home Assistant"
"Using time.sleep can reduce the performance of Home Assistant"
)
time.sleep(*args, **kwargs)