fix whitespace

This commit is contained in:
Patrick Kanzler 2017-08-01 12:27:53 +02:00 committed by GitHub
parent df1193ab35
commit 81426ab6dc
1 changed files with 1 additions and 1 deletions

View File

@ -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)