Skip to content

Commit

Permalink
Fix device_print - fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterWil committed Dec 29, 2020
1 parent dab2a2a commit cf082a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions abodepy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ def call():

# Print
def _device_print(dev, append=''):
_LOGGER.info("%s%s",
dev.desc, append)
_LOGGER.info("%s%s", dev.desc, append)

# Print out all automations
if args.automations:
Expand Down

0 comments on commit cf082a2

Please sign in to comment.