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 Feb 7, 2023
1 parent ddc910d commit 4aedeeb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pelican/plugins/seo/seo.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def run_html_enhancer(path, context):


def register():

signals.initialized.connect(plugin_initializer)

# Seo report
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def _create_paths(self):
position = 2

for item in range(1, len(file_path) + 1):

name = file_path[item - 1]
name = name.replace("-", " ").capitalize()
if name.endswith(".html"):
Expand Down
1 change: 0 additions & 1 deletion pelican/plugins/seo/seo_report/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ def generate(self, site_name, documents_analysis):

seo_reports = []
for document_analysis in documents_analysis:

document_report = self._launch_report(document_analysis)

documents_reports = {
Expand Down

0 comments on commit 4aedeeb

Please sign in to comment.