change sorting

This commit is contained in:
Patrick Kanzler 2024-08-25 00:23:11 +02:00
parent a2ceed966b
commit 88b7e48186

View File

@ -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