Skip to content

Commit f94b080

Browse files
monshribeat-buesser
andcommitted
Update art/attacks/poisoning/sleeper_agent_attack.py
Co-authored-by: Beat Buesser <[email protected]> Signed-off-by: Shriti Priya <[email protected]>
1 parent 7bc720b commit f94b080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/attacks/poisoning/sleeper_agent_attack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def get_poison_indices(self) -> List[int]:
223223
"""
224224
:return: indices of best poison index
225225
"""
226-
return self.indices_poison # type: ignore
226+
return self.indices_poison
227227

228228
def model_retraining(
229229
self,

0 commit comments

Comments
 (0)