File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939else :
4040 from typing_extensions import Protocol , runtime_checkable
4141
42- # These aren't used directly in this file, but they seems necessary for Sphinx to work
42+ # These aren't used directly in this file, but they seems necessary for Sphinx to work
4343# cleanly.
44- from htmltools import Tag # pyright: ignore[reportUnusedImport]
44+ from htmltools import Tag # pyright: ignore[reportUnusedImport] # noqa: F401
4545from htmltools import TagChildArg # pyright: ignore[reportUnusedImport] # noqa: F401
46- from htmltools import Tagifiable # pyright: ignore[reportUnusedImport]
47- from htmltools import TagList # pyright: ignore[reportUnusedImport]
46+ from htmltools import Tagifiable # pyright: ignore[reportUnusedImport] # noqa: F401
47+ from htmltools import TagList # pyright: ignore[reportUnusedImport] # noqa: F401
4848
4949if TYPE_CHECKING :
5050 from ..session import Session
You can’t perform that action at this time.
0 commit comments