Skip to content

Commit f2ef604

Browse files
committed
style fix
1 parent 57ff537 commit f2ef604

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

art/attacks/extraction/copycat_cnn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,3 @@ def _check_params(self) -> None:
163163

164164
if not isinstance(self.use_probability, bool):
165165
raise ValueError("The argument `use_probability` has to be of type bool.")
166-

art/attacks/extraction/knockoff_nets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,5 +409,3 @@ def _check_params(self) -> None:
409409
raise ValueError("The argument `verbose` has to be of type bool.")
410410
if not isinstance(self.use_probability, bool):
411411
raise ValueError("The argument `use_probability` has to be of type bool.")
412-
413-

0 commit comments

Comments
 (0)