Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
codyc1515 committed Oct 6, 2024
1 parent 514f3ee commit 7ecbfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/meridian_energy/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def update(self):
if len(row) < 2: # Checking if there are at least two columns
_LOGGER.warning("Not enough columns in this row")
break

if row[0] == "HDR":
_LOGGER.debug("HDR line arrived")
continue
Expand Down

0 comments on commit 7ecbfc9

Please sign in to comment.