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 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)
|
||||||
|
|||||||
2
main.py
2
main.py
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user