Some style fixes (all E231)

This commit is contained in:
Jamie Hardt
2023-11-04 11:36:34 -07:00
parent 64ca2c6c5c
commit ac22fab97f
3 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ from .__init__ import make_doc_template
from reportlab.lib.units import inch
from reportlab.lib.pagesizes import letter
from reportlab.platypus import Paragraph, Spacer, KeepTogether, Table,\
from reportlab.platypus import Paragraph, Spacer, KeepTogether, Table, \
HRFlowable
from reportlab.lib.styles import getSampleStyleSheet
from reportlab.lib import colors