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:
@@ -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"})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user