From efaaec2c53fd6a88a6b3226f3573e6bb3efbf4dc Mon Sep 17 00:00:00 2001 From: Gasoonjia Date: Mon, 13 Oct 2025 16:05:04 -0700 Subject: [PATCH] mypy fix (#15080) (cherry picked from commit d382f6b4cbb466d0619e9a4aed972e8b81842bb6) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ac9d7458222..31abdef2820 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ import sys from typing import Any -import pytorch_sphinx_theme2 # type: ignore[import-untyped] +import pytorch_sphinx_theme2 # type: ignore[import-not-found] # To let us import ./custom_directives.py sys.path.insert(0, os.path.abspath("."))