1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

add more types

This commit is contained in:
Patrick Kanzler
2023-12-16 22:57:33 +01:00
parent 125a078630
commit f0b77c95c8
2 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ from hypothesis import given
from escpos.printer import Dummy
def get_printer():
def get_printer() -> Dummy:
return Dummy(magic_encode_args={"disabled": True, "encoding": "CP437"})