Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benyissa committed Nov 17, 2023
1 parent f875e16 commit 4e66089
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agent/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ class Exploit(abc.ABC):
@abc.abstractmethod
def accept(self, target: Target) -> bool:
"""Rule: heuristically detect if a specific target is valid.
Args:
target: Target to verify
Returns:
True if the target is valid; false otherwise.
True if the target is valid; otherwise False.
"""
pass

Expand Down

0 comments on commit 4e66089

Please sign in to comment.