Skip to content

Commit

Permalink
Intremediate commit"
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnax308 committed Jul 8, 2024
1 parent 765f040 commit ccd46c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/task_view_to_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from tkinter import filedialog
from reportlab.lib.pagesizes import letter
from reportlab.lib.styles import getSampleStyleSheet
from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, Table, ListFlowable, ListItem
from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, ListFlowable, ListItem

def create_detailed_pdf(file_path, input_data=[]):
doc = SimpleDocTemplate(file_path, pagesize=letter)
Expand Down

0 comments on commit ccd46c5

Please sign in to comment.