From 2d48858973036b5c5a328fde6f89b5d9608b6169 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 15 Jul 2024 16:10:51 -0700 Subject: [PATCH] drop duplicate import --- pdoc_templates/html_helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pdoc_templates/html_helpers.py b/pdoc_templates/html_helpers.py index a0be764..5e58405 100644 --- a/pdoc_templates/html_helpers.py +++ b/pdoc_templates/html_helpers.py @@ -321,7 +321,6 @@ class _ToMarkdown: """Wrap URLs in Python-Markdown-compatible .""" return re.sub(r'(?)\s]+)(\s*)', r'\1<\2>\3', text) -import subprocess class _MathPattern(InlineProcessor): NAME = 'pdoc-math'