mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
add types for serial
This commit is contained in:
@@ -116,7 +116,7 @@ class Escpos(object):
|
|||||||
|
|
||||||
device = None
|
device = None
|
||||||
|
|
||||||
def __init__(self, profile=None, magic_encode_args=None, **kwargs):
|
def __init__(self, profile=None, magic_encode_args=None, **kwargs) -> None:
|
||||||
"""Initialize ESCPOS Printer.
|
"""Initialize ESCPOS Printer.
|
||||||
|
|
||||||
:param profile: Printer profile
|
:param profile: Printer profile
|
||||||
|
|||||||
Reference in New Issue
Block a user