Skip to content

Commit 12b4700

Browse files
committed
fixup! Remove productionlist hard-coding in translators
1 parent aefc581 commit 12b4700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/domains/std/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from sphinx.util.parsing import nested_parse_to_nodes
2323

2424
if TYPE_CHECKING:
25-
from collections.abc import Callable, Iterable, Iterator, Sequence, Set
25+
from collections.abc import Callable, Iterable, Iterator, Set
2626
from typing import Any, ClassVar, Final
2727

2828
from docutils.nodes import Element, Node, system_message

0 commit comments

Comments
 (0)