Skip to content

Commit

Permalink
style fixes by ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored and github-actions[bot] committed Jun 16, 2024
1 parent 1d9dd2a commit f6f4a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/pirateweather/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1197,4 +1197,4 @@ def convert_to_camel(data):
"""
components = data.split("_")
capital_components = "".join(x.title() for x in components[1:])
return f"{components[0]}{capital_components}"
return f"{components[0]}{capital_components}"

0 comments on commit f6f4a97

Please sign in to comment.