Skip to content

Commit 3b46c04

Browse files
committed
Revert TC=False
1 parent 6fa8680 commit 3b46c04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/tools/extensions/issue_role.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
from __future__ import annotations
44

5+
from typing import TYPE_CHECKING
6+
57
from docutils import nodes
68
from sphinx.util.docutils import SphinxRole
79

8-
TYPE_CHECKING = False
910
if TYPE_CHECKING:
1011
from docutils.nodes import Element
1112
from sphinx.application import Sphinx

0 commit comments

Comments
 (0)