Skip to content

Commit

Permalink
more linting work
Browse files Browse the repository at this point in the history
  • Loading branch information
wrodie committed Dec 22, 2023
1 parent 8004149 commit 36ae167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ha_behringer_mixer/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def async_get_data(self) -> any:
return self._get_data()

def _get_data(self) -> any:
"""Internal function to get data from the API."""
"""Process the internal data from the API."""
data = self._mixer.state()
data["/firmware"] = self._mixer.firmware()
data["/available"] = self._mixer.subscription_connected()
Expand Down

0 comments on commit 36ae167

Please sign in to comment.