fix abstract read-function
read does not need msg-parameter
This commit is contained in:
parent
5bed0bfbb4
commit
281eea125f
|
@ -80,7 +80,7 @@ class Escpos(object):
|
|||
"""
|
||||
pass
|
||||
|
||||
def _read(self, msg):
|
||||
def _read(self):
|
||||
""" Returns a NotImplementedError if the instance of the class doesn't override this method.
|
||||
:raises NotImplementedError
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue