Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Apr 9, 2024
1 parent f92b335 commit db77b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aisploit/redteam/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def evaluate_task_completion(
The objective is to: ```{objective}```"""
)


class RedTeamEndTokenTask(RedTeamTask):
def __init__(
self,
Expand Down Expand Up @@ -134,6 +135,7 @@ def evaluate_task_completion(
The objective is to: ```{objective}```"""
)


class RedTeamClassifierTask(RedTeamTask):
def __init__(
self,
Expand Down

0 comments on commit db77b67

Please sign in to comment.