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

View File

@@ -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)