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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
183 changed files with 362 additions and 393 deletions

View file

@ -162,7 +162,7 @@ class ImapSensor(Entity):
self._email_count = len(lines[0].split())
else:
_LOGGER.error(
"Can't parse IMAP server response to search " "'%s': %s / %s",
"Can't parse IMAP server response to search '%s': %s / %s",
self._search,
result,
lines[0],