Skip to content

Commit

Permalink
docs: imported List is not used (#20720)
Browse files Browse the repository at this point in the history
# Description

Minor sample code fix

# Issue

Imported `List` is not used.

# Dependencies

N/A

# Twitter handle

N/A
  • Loading branch information
hsmtkk authored Apr 24, 2024
1 parent 243ba71 commit 5ecebf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/docs/modules/model_io/output_parsers/types/json.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5ecebf1

Please sign in to comment.