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'