chore: remove unused imports

This commit is contained in:
Elias Probst
2023-11-16 07:40:35 +01:00
committed by gitolicious
parent 67e9131e23
commit 10dc5846b7
2 changed files with 3 additions and 6 deletions

View File

@@ -1,10 +1,7 @@
import os
from collections.abc import Iterator from collections.abc import Iterator
from reportlab.pdfgen import canvas from reportlab.pdfgen import canvas
from reportlab.lib.pagesizes import A4, landscape from reportlab.lib.pagesizes import A4
from reportlab.lib.units import inch, mm, cm from reportlab.lib.units import mm, cm
from reportlab.pdfbase import pdfmetrics
from reportlab.pdfbase.ttfonts import TTFont
# Usage: # Usage:
# label = AveryLabels.AveryLabel(5160) # label = AveryLabels.AveryLabel(5160)

View File

@@ -2,7 +2,7 @@ import os
import sys import sys
import AveryLabels import AveryLabels
from reportlab.lib.units import mm, cm from reportlab.lib.units import mm
from reportlab_qrcode import QRCodeImage from reportlab_qrcode import QRCodeImage
from reportlab.pdfgen import canvas from reportlab.pdfgen import canvas