Skip to content

Commit

Permalink
Revert "add type hint Alignment"
Browse files Browse the repository at this point in the history
This reverts commit 546391c.
  • Loading branch information
belono committed Jun 3, 2024
1 parent 5f18648 commit 26c302a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion escpos-printer-db
Submodule escpos-printer-db deleted from 375135
2 changes: 0 additions & 2 deletions src/escpos/escpos.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@
for name in barcode.PROVIDED_BARCODES
}

Alignment = Union[Literal["center", "left", "right"], str]


class Escpos(object, metaclass=ABCMeta):
"""ESC/POS Printer object.
Expand Down

0 comments on commit 26c302a

Please sign in to comment.