1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

Revert "add type hint Alignment"

This reverts commit 546391cb9c.
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

Submodule escpos-printer-db deleted from 375135d552

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.