docs: update typing -> typing_extensions for TypedDict (#1871)

This commit is contained in:
Vadym Barda
2024-09-26 18:06:45 -04:00
committed by GitHub
parent fe7e7b9121
commit 29a03309c9
30 changed files with 62 additions and 36 deletions
@@ -211,7 +211,8 @@
"outputs": [],
"source": [
"import operator\n",
"from typing import Annotated, List, Tuple, TypedDict\n",
"from typing import Annotated, List, Tuple\n",
"from typing_extensions import TypedDict\n",
"\n",
"\n",
"class PlanExecute(TypedDict):\n",