Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
agittins committed Dec 1, 2024
1 parent 6b062be commit f64e492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/bermuda/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def rssi_to_metres(rssi, ref_power=None, attenuation=None):

return 10 ** ((ref_power - rssi) / (10 * attenuation))


@lru_cache(256)
def clean_charbuf(instring: str | None) -> str:
"""
Expand Down

0 comments on commit f64e492

Please sign in to comment.