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 functools
import logging import logging
import tempfile import tempfile
from typing import List, Literal, Optional, Type, Union from typing import Literal, Optional, Type, Union
from ..escpos import Escpos from ..escpos import Escpos
from ..exceptions import DeviceNotFoundError from ..exceptions import DeviceNotFoundError