Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Dec 30, 2024
1 parent 6415b64 commit 8ad2f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adala/utils/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class TemplateChunks(TypedDict):
text: str
start: int
end: int
type:
type: str


match_fields_regex = re.compile(r"(?<!\{)\{([a-zA-Z0-9_]+)\}(?!})")
Expand Down

0 comments on commit 8ad2f4b

Please sign in to comment.