Skip to content

Commit

Permalink
Remove extra comma from multiline string (run-llama#8653)
Browse files Browse the repository at this point in the history
  • Loading branch information
banagale authored Nov 2, 2023
1 parent 8453b37 commit 56b5435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_index/node_parser/extractors/metadata_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ class PydanticProgramExtractor(MetadataFeatureExtractor):
default="input",
description=(
"Key to use as input to the program (the program "
"template string must expose this key).",
"template string must expose this key)."
),
)
extract_template_str: str = Field(
Expand Down

0 comments on commit 56b5435

Please sign in to comment.