Skip to content

Commit d80c9c8

Browse files
author
Beat Buesser
committed
Fix LGTM
Signed-off-by: Beat Buesser <[email protected]>
1 parent ac6f008 commit d80c9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/attacks/evasion/imperceptible_asr/imperceptible_asr_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ImperceptibleASRPytorch(EvasionAttack):
5252
| Paper link: https://arxiv.org/abs/1903.10346
5353
"""
5454

55-
import torch
55+
import torch # lgtm [py/repeated-import]
5656

5757
attack_params = EvasionAttack.attack_params + [
5858
"initial_eps",

0 commit comments

Comments
 (0)