chore: remove unused imports
This commit is contained in:
committed by
gitolicious
parent
67e9131e23
commit
10dc5846b7
@@ -1,10 +1,7 @@
|
||||
import os
|
||||
from collections.abc import Iterator
|
||||
from reportlab.pdfgen import canvas
|
||||
from reportlab.lib.pagesizes import A4, landscape
|
||||
from reportlab.lib.units import inch, mm, cm
|
||||
from reportlab.pdfbase import pdfmetrics
|
||||
from reportlab.pdfbase.ttfonts import TTFont
|
||||
from reportlab.lib.pagesizes import A4
|
||||
from reportlab.lib.units import mm, cm
|
||||
|
||||
# Usage:
|
||||
# label = AveryLabels.AveryLabel(5160)
|
||||
|
||||
Reference in New Issue
Block a user