1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-07-15 08:43:30 +00:00

Fix conftest import formatting

This commit is contained in:
belono 2023-10-22 21:08:52 +02:00
parent 3fb5ce27a1
commit a48e0f2f23

View File

@ -1,4 +1,5 @@
import pytest
from escpos.exceptions import DeviceNotFoundError
from escpos.printer import LP, CupsPrinter, Dummy, File, Network, Serial, Usb, Win32Raw