1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

pyflakes3

This commit is contained in:
Alexandre Detiste
2023-12-13 21:47:01 +01:00
parent 512a5ff24a
commit 45829b8ecb

View File

@@ -11,7 +11,7 @@
import functools
import logging
import tempfile
from typing import List, Literal, Optional, Type, Union
from typing import Literal, Optional, Type, Union
from ..escpos import Escpos
from ..exceptions import DeviceNotFoundError