Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -82,7 +82,8 @@ from reportlab.platypus import SimpleDocTemplate, Frame, Spacer
|
|
82 |
from reportlab.lib import colors
|
83 |
from reportlab.lib.units import mm
|
84 |
from reportlab.platypus import Paragraph, SimpleDocTemplate, Frame, Image, Table, ListFlowable, ListItem
|
85 |
-
from reportlab.lib.styles import
|
|
|
86 |
|
87 |
logging.basicConfig(
|
88 |
level=logging.INFO,
|
|
|
82 |
from reportlab.lib import colors
|
83 |
from reportlab.lib.units import mm
|
84 |
from reportlab.platypus import Paragraph, SimpleDocTemplate, Frame, Image, Table, ListFlowable, ListItem
|
85 |
+
from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle
|
86 |
+
from reportlab.lib.units import cm
|
87 |
|
88 |
logging.basicConfig(
|
89 |
level=logging.INFO,
|