Skip to content

Commit 4ca1006

Browse files
authored
Merge pull request #335 from IBM/development_maintenance
Remove unnecessary pass
2 parents f6dce36 + 11637da commit 4ca1006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

art/attacks/evasion/pixel_threshold.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ def callback_fn(x, convergence=None):
236236
except Exception as exception:
237237
if self.verbose:
238238
print(exception)
239-
pass
240239

241240
adv_x = strategy.result[0]
242241

0 commit comments

Comments
 (0)