Skip to content

Commit

Permalink
Update socket_.py
Browse files Browse the repository at this point in the history
Remove whitespaces
  • Loading branch information
ndokter authored Jun 10, 2024
1 parent ab0d9d5 commit 87a7abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsmr_parser/clients/socket_.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def read(self):
except socket.timeout:
logger.error("Socket timeout occurred, exiting")
break

lines = buffer.splitlines(keepends=True)

if len(lines) == 0:
Expand Down

0 comments on commit 87a7abe

Please sign in to comment.