docs: imported List is not used (#20720)

# Description

Minor sample code fix

# Issue

Imported `List` is not used.

# Dependencies

N/A

# Twitter handle

N/A
pull/20864/head
hsmtkk 1 month ago committed by GitHub
parent 243ba71b28
commit 5ecebf168c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,8 +20,6 @@
"metadata": {},
"outputs": [],
"source": [
"from typing import List\n",
"\n",
"from langchain_core.output_parsers import JsonOutputParser\n",
"from langchain_core.prompts import PromptTemplate\n",
"from langchain_core.pydantic_v1 import BaseModel, Field\n",

Loading…
Cancel
Save