mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
Add return type to _raw()
This commit is contained in:
@@ -148,7 +148,7 @@ class Win32Raw(Escpos):
|
||||
win32print.ClosePrinter(self._device)
|
||||
self._device = False
|
||||
|
||||
def _raw(self, msg):
|
||||
def _raw(self, msg) -> None:
|
||||
"""Print any command sent in raw format.
|
||||
|
||||
:param msg: arbitrary code to be printed
|
||||
|
||||
Reference in New Issue
Block a user