mirror of
https://github.com/python-escpos/python-escpos
synced 2025-06-25 08:38:43 +00:00
fix whitespace
This commit is contained in:
parent
df1193ab35
commit
81426ab6dc
@ -154,7 +154,7 @@ class Serial(Escpos):
|
||||
:type msg: bytes
|
||||
"""
|
||||
self.device.write(msg)
|
||||
|
||||
|
||||
def _read(self):
|
||||
""" Reads a data buffer and returns it to the caller. """
|
||||
return self.device.read(16)
|
||||
|
Loading…
x
Reference in New Issue
Block a user