We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b1024 commit 389b257Copy full SHA for 389b257
src/sphinxcontrib/email/handlers.py
@@ -1,5 +1,3 @@
1
-import html
2
-import urllib.parse
3
from typing import Dict
4
5
import lxml.html # nosec # noqa DUO107
src/sphinxcontrib/email/roles.py
@@ -3,8 +3,7 @@
import sphinx.util
from docutils import nodes
6
-from docutils.nodes import Element, Node, system_message
7
-from docutils.parsers.rst.states import Inliner
+from docutils.nodes import Node, system_message
8
from sphinx.util.docutils import SphinxRole
9
10
from .utils import Obfuscator
0 commit comments