correct type annotations in set_with_default

This commit is contained in:
Patrick Kanzler 2023-09-03 23:47:23 +02:00
parent 7312e78b64
commit 8a4816d4d4

View File

@ -955,8 +955,8 @@ class Escpos(object):
height: Optional[int] = 1,
density: Optional[int] = 9,
invert: Optional[bool] = False,
smooth: bool = False,
flip: bool = False,
smooth: Optional[bool] = False,
flip: Optional[bool] = False,
double_width: Optional[bool] = False,
double_height: Optional[bool] = False,
custom_size: Optional[bool] = False,