Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
agittins committed Nov 6, 2024
1 parent acf55e1 commit 6a84bce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/bermuda/bermuda_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ def calculate_data(self):
# just in case. Was not able to reproduce.
scanner.calculate_data()
else:
_LOGGER_SPAM_LESS.error("scanner_not_instance", "Scanner device is not a BermudaDevice instance, skipping.")
_LOGGER_SPAM_LESS.error(
"scanner_not_instance", "Scanner device is not a BermudaDevice instance, skipping."
)

# Update whether the device has been seen recently, for device_tracker:
if (
Expand Down

0 comments on commit 6a84bce

Please sign in to comment.