Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aallen90 committed Oct 14, 2024
1 parent 1ad2d22 commit 9735cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/poolmath/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def async_update(self):
except aiohttp.ClientError as e:
LOG.error(f"Error fetching data from PoolMath API: {e}")
return None

async def process_log_entry_callbacks(self, poolmath_json, async_callback):
"""Call provided async callback once for each type of log entry"""
""" async_callback(measurement_type, timestamp, state, attributes)"""
Expand Down

0 comments on commit 9735cb2

Please sign in to comment.