Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Martin <[email protected]>
  • Loading branch information
jmartin-tech committed Oct 29, 2024
1 parent de10e17 commit dcbdc83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion garak/attempt.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def __setattr__(self, name: str, value: Any) -> None:
if name == "prompt":
if value is None:
raise TypeError("'None' prompts are not valid")
# assert isinstance(value, str)
self._add_first_turn("user", value)

elif name == "outputs":
Expand Down

0 comments on commit dcbdc83

Please sign in to comment.