Skip to content

Commit 459f209

Browse files
committedMay 19, 2022
removed unecessary gaussian augmentation import
Signed-off-by: Ajay Sarjoo <ajay.sarjoo@outlook.com>
1 parent 8ea4ab2 commit 459f209

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎art/estimators/certification/smoothmix/pytorch.py

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
from art.config import ART_NUMPY_DTYPE
3131
from art.estimators.classification.pytorch import PyTorchClassifier
3232
from art.estimators.certification.smoothmix.smoothmix import SmoothMixMixin
33-
from art.defences.preprocessor.gaussian_augmentation import GaussianAugmentation
3433

3534

3635
if TYPE_CHECKING:

0 commit comments

Comments
 (0)