Skip to content

Commit 093cbfb

Browse files
author
Beat Buesser
committed
Add pylint exception
Signed-off-by: Beat Buesser <[email protected]>
1 parent 51fd257 commit 093cbfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

art/attacks/evasion/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Module providing evasion attacks under a common interface.
33
"""
4+
# pylint: disable=C0413
45
import importlib
56

67
from art.attacks.evasion.adversarial_patch.adversarial_patch import AdversarialPatch

0 commit comments

Comments
 (0)