We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31d1bd commit 7ca31f1Copy full SHA for 7ca31f1
barcode/writer.py
@@ -39,7 +39,7 @@ class Callbacks(TypedDict):
39
40
log = logging.getLogger("pyBarcode")
41
log.info("Pillow not found. Image output disabled")
42
- Image = ImageDraw = ImageFont = None
+ Image = ImageDraw = ImageFont = None # type: ignore[assignment]
43
44
45
def mm2px(mm: float, dpi: int) -> float:
0 commit comments