Skip to content

Commit 389b257

Browse files
committed
pre-commit run --all + fixes
1 parent 19b1024 commit 389b257

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/sphinxcontrib/email/handlers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import html
2-
import urllib.parse
31
from typing import Dict
42

53
import lxml.html # nosec # noqa DUO107

src/sphinxcontrib/email/roles.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
import sphinx.util
55
from docutils import nodes
6-
from docutils.nodes import Element, Node, system_message
7-
from docutils.parsers.rst.states import Inliner
6+
from docutils.nodes import Node, system_message
87
from sphinx.util.docutils import SphinxRole
98

109
from .utils import Obfuscator

0 commit comments

Comments
 (0)