1
0
Fork 0

fix(api): restore python 3.8 compatibility

This commit is contained in:
Sean Sube 2023-03-17 23:07:10 -05:00
parent c943a55a44
commit 1d44f985a4
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ def expand_prompt(
def get_tokens_from_prompt(
prompt: str, pattern: Pattern[str]
prompt: str, pattern: Pattern
) -> Tuple[str, List[Tuple[str, float]]]:
"""
TODO: replace with Arpeggio