mirror of
https://github.com/python-escpos/python-escpos
synced 2025-07-15 08:43:30 +00:00
correct type annotations in set_with_default
This commit is contained in:
parent
7312e78b64
commit
8a4816d4d4
@ -955,8 +955,8 @@ class Escpos(object):
|
|||||||
height: Optional[int] = 1,
|
height: Optional[int] = 1,
|
||||||
density: Optional[int] = 9,
|
density: Optional[int] = 9,
|
||||||
invert: Optional[bool] = False,
|
invert: Optional[bool] = False,
|
||||||
smooth: bool = False,
|
smooth: Optional[bool] = False,
|
||||||
flip: bool = False,
|
flip: Optional[bool] = False,
|
||||||
double_width: Optional[bool] = False,
|
double_width: Optional[bool] = False,
|
||||||
double_height: Optional[bool] = False,
|
double_height: Optional[bool] = False,
|
||||||
custom_size: Optional[bool] = False,
|
custom_size: Optional[bool] = False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user