Skip to content

Commit d382f6b

Browse files
authored
mypy fix (#15080)
1 parent 73fa10c commit d382f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import sys
2525
from typing import Any
2626

27-
import pytorch_sphinx_theme2 # type: ignore[import-untyped]
27+
import pytorch_sphinx_theme2 # type: ignore[import-not-found]
2828

2929
# To let us import ./custom_directives.py
3030
sys.path.insert(0, os.path.abspath("."))

0 commit comments

Comments
 (0)