Skip to content

Commit

Permalink
Make pep8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
vilcans committed Oct 9, 2014
1 parent 3656b85 commit 2fe3eb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion screenplain/export/pdf.py
Expand Up @@ -128,7 +128,6 @@ def to_pdf(screenplay, output_filename, template_constructor=DocTemplate):
doc = template_constructor(
output_filename,
pagesize=(page_width, page_height),
#showBoundary=True,
)
story = []
for para in screenplay:
Expand Down

0 comments on commit 2fe3eb6

Please sign in to comment.