remove trailing blank lines
This commit is contained in:
parent
c563129d5d
commit
bc9005e8b7
2 changed files with 0 additions and 4 deletions
|
@ -58,4 +58,3 @@ def export_pdf(content, config):
|
|||
except OSError as e:
|
||||
raise PDFRenderException('Failed to render PDF. ' + str(e))
|
||||
return PDF_OPTIONS # mostly for testing
|
||||
|
||||
|
|
|
@ -86,6 +86,3 @@ class PDFRendererTestCase(BaseTestCase):
|
|||
self.assertTrue(os.path.isfile(context['footer-html']))
|
||||
self.assertEqual(context['header-html'], FILE_NAME_FORMAT.format('header'))
|
||||
self.assertEqual(context['footer-html'], FILE_NAME_FORMAT.format('footer'))
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue