Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
btfranklin committed Aug 29, 2024
1 parent 0394ced commit 414a6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spooklight/completion/build_pdf_from_story_files.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from colorama import Back, Fore
from reportlab.lib.pagesizes import letter
from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle
from reportlab.lib.styles import getSampleStyleSheet
from reportlab.platypus import SimpleDocTemplate, Paragraph, Image, Spacer, PageBreak
from reportlab.lib.units import inch

Expand Down

0 comments on commit 414a6ce

Please sign in to comment.