We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bceb948 commit 36b7615Copy full SHA for 36b7615
python_docs_theme/__init__.py
@@ -3,8 +3,8 @@
3
import hashlib
4
from functools import cache
5
from pathlib import Path
6
-from typing import TYPE_CHECKING
7
+TYPE_CHECKING = False
8
if TYPE_CHECKING:
9
from typing import Any
10
0 commit comments