mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 14:05:34 +01:00
Remove unnecessary string literal concatenations (#30360)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user