Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -62,7 +62,7 @@ from reportlab.lib.pagesizes import inch, A4
|
|
62 |
from reportlab.platypus import SimpleDocTemplate, Frame, Spacer
|
63 |
from reportlab.lib import colors
|
64 |
from reportlab.lib.units import mm
|
65 |
-
from reportlab.platypus import Paragraph, SimpleDocTemplate, Frame, Image, Table,
|
66 |
from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle
|
67 |
from reportlab.lib.units import cm
|
68 |
|
|
|
62 |
from reportlab.platypus import SimpleDocTemplate, Frame, Spacer
|
63 |
from reportlab.lib import colors
|
64 |
from reportlab.lib.units import mm
|
65 |
+
from reportlab.platypus import Paragraph, SimpleDocTemplate, Frame, Image, Table, ListFlowable, ListItem
|
66 |
from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle
|
67 |
from reportlab.lib.units import cm
|
68 |
|