mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
change sorting
This commit is contained in:
@@ -12,8 +12,8 @@ This module contains the abstract base class :py:class:`Escpos`.
|
||||
from __future__ import annotations
|
||||
|
||||
import textwrap
|
||||
import warnings
|
||||
import time
|
||||
import warnings
|
||||
from abc import ABCMeta, abstractmethod # abstract base class support
|
||||
from re import match as re_match
|
||||
from types import TracebackType
|
||||
|
Reference in New Issue
Block a user