Skip to content

Commit cf082a2

Browse files
committed
Fix device_print - fix linting
1 parent dab2a2a commit cf082a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

abodepy/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,7 @@ def call():
312312

313313
# Print
314314
def _device_print(dev, append=''):
315-
_LOGGER.info("%s%s",
316-
dev.desc, append)
315+
_LOGGER.info("%s%s", dev.desc, append)
317316

318317
# Print out all automations
319318
if args.automations:

0 commit comments

Comments
 (0)