Skip to content

Commit 7902e01

Browse files
committed
delete unused import
1 parent 5a92ea3 commit 7902e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/defences/detector/evasion/test_beyond_detector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
import pytest
2222
import numpy as np
2323

24+
import torch.nn as nn
25+
2426
from art.attacks.evasion.fast_gradient import FastGradientMethod
2527
from art.defences.detector.evasion import BeyondDetector
26-
from art.utils import load_dataset, get_file
2728

2829

2930
from tests.utils import ARTTestException
3031

3132
logger = logging.getLogger(__name__)
3233

33-
import torch.nn as nn
3434
from torchvision import models, transforms
3535

3636
class SimSiamWithCls(nn.Module):

0 commit comments

Comments
 (0)