Skip to content

Commit

Permalink
Fix prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
evangriffiths committed Sep 27, 2024
1 parent bde8006 commit e156a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prediction_prophet/autonolas/research.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ def list_to_list_str(l: List[str]) -> str:
list_str += f' and "{item}"'
else:
list_str += f', "{item}"'
return list_str

def fields_dict_to_bullet_list(fields_dict: Dict[str, str]) -> str:
"""
Expand Down

0 comments on commit e156a77

Please sign in to comment.