Revert "add type hint Alignment"

This reverts commit 546391cb9c3d246d536cb5abb269ed4d36e175ce.
This commit is contained in:
belono 2024-06-03 17:04:48 +02:00
parent 5f1864807b
commit 26c302a186
2 changed files with 0 additions and 3 deletions

@ -1 +0,0 @@
Subproject commit 375135d552e3fe65cbd1462b8b8d56c401b13ae7

View File

@ -107,8 +107,6 @@ SW_BARCODE_NAMES = {
for name in barcode.PROVIDED_BARCODES
}
Alignment = Union[Literal["center", "left", "right"], str]
class Escpos(object, metaclass=ABCMeta):
"""ESC/POS Printer object.