Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 9, 2023
1 parent b568ee3 commit 8bbb84e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pelican/plugins/pdf/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
import os
import re

from rst2pdf.createpdf import RstToPdf

from pelican import signals
from pelican.generators import Generator
from pelican.readers import MarkdownReader

from rst2pdf.createpdf import RstToPdf


logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 8bbb84e

Please sign in to comment.