1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

fix import sorting

This commit is contained in:
Patrick Kanzler 2023-08-15 00:28:58 +02:00
parent 18c4b5a4f4
commit 3ef6892330

View File

@ -8,7 +8,7 @@ import time
from contextlib import ExitStack
from os import environ, path
from tempfile import mkdtemp
from typing import Optional, Any, Dict
from typing import Any, Dict, Optional
import importlib_resources
import six