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

remove unused os import

This commit is contained in:
Patrick Kanzler 2023-07-21 22:17:17 +02:00
parent 92ed0a3a18
commit e2353e9475

View File

@ -20,8 +20,6 @@ from re import match as re_match
import barcode
from barcode.writer import ImageWriter
import os
from .constants import (
ESC,
GS,