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 344cc6a commit 42c70c0Copy full SHA for 42c70c0
docs/.hooks/algolia.py
@@ -4,9 +4,10 @@
4
import os
5
import sys
6
from pathlib import Path
7
-from typing import TYPE_CHECKING, TypedDict, cast
+from typing import TYPE_CHECKING, cast
8
9
from pydantic import TypeAdapter
10
+from typing_extensions import TypedDict
11
12
if TYPE_CHECKING:
13
from mkdocs.config import Config
0 commit comments