String formatting and max line length - Part 1 (#84390)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
parent
41341c76cf
commit
b0cee0bc46
98 changed files with 532 additions and 237 deletions
|
@ -75,8 +75,10 @@ async def async_setup_entry(
|
|||
for currency in desired_currencies:
|
||||
if currency not in provided_currencies:
|
||||
_LOGGER.warning(
|
||||
"The currency %s is no longer provided by your account, please check "
|
||||
"your settings in Coinbase's developer tools",
|
||||
(
|
||||
"The currency %s is no longer provided by your account, please"
|
||||
" check your settings in Coinbase's developer tools"
|
||||
),
|
||||
currency,
|
||||
)
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue