fix whitespace
This commit is contained in:
parent
df1193ab35
commit
81426ab6dc
|
@ -154,7 +154,7 @@ class Serial(Escpos):
|
||||||
:type msg: bytes
|
:type msg: bytes
|
||||||
"""
|
"""
|
||||||
self.device.write(msg)
|
self.device.write(msg)
|
||||||
|
|
||||||
def _read(self):
|
def _read(self):
|
||||||
""" Reads a data buffer and returns it to the caller. """
|
""" Reads a data buffer and returns it to the caller. """
|
||||||
return self.device.read(16)
|
return self.device.read(16)
|
||||||
|
|
Loading…
Reference in New Issue