Skip to content

Commit 91892af

Browse files
author
autoblack
committed
fixup: more_testing Python code reformatted using Black
1 parent de829ef commit 91892af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ async def update_domain_objects(self):
507507
msg = notification.find("message").text
508508
self.notifications.update({msg_id: {msg_type: msg}})
509509
_LOGGER.debug("Plugwise notifications: %s", self.notifications)
510-
except AttributeError: # pragma: no cover
510+
except AttributeError: # pragma: no cover
511511
_LOGGER.info(
512512
"Plugwise notification present but unable to process, manually investigate: %s",
513513
url,

0 commit comments

Comments
 (0)