mirror of
https://github.com/python-escpos/python-escpos
synced 2025-07-15 08:43:30 +00:00
add types for serial
This commit is contained in:
parent
46a3dd4eef
commit
c8edfbdf47
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user