We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8116d2 + 2b8d3e2 commit 1ec261eCopy full SHA for 1ec261e
tests/attacks/evasion/test_sign_opt.py
@@ -23,7 +23,7 @@
23
from art.estimators.estimator import BaseEstimator
24
from art.estimators.classification.classifier import ClassifierMixin
25
26
-from tests.attacks.utils import backend_targeted_tabular, backend_untargeted_tabular, backend_targeted_images
+from tests.attacks.utils import backend_targeted_tabular, backend_untargeted_tabular
27
from tests.attacks.utils import back_end_untargeted_images, backend_test_classifier_type_check_fail
28
from tests.utils import ARTTestException
29
0 commit comments