Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monk1337 authored Aug 3, 2023
1 parent df77ea9 commit 6c09b6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion promptify/pipelines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def fit(self, text_input: str, **kwargs) -> Any:
print(template)

output = self._get_output_from_cache_or_model(template)

if output is None:
return None

Expand Down

0 comments on commit 6c09b6c

Please sign in to comment.