Skip to content

Commit 0c0be94

Browse files
author
Beat Buesser
committed
Fix pylint warnings
Signed-off-by: Beat Buesser <[email protected]>
1 parent 7f68766 commit 0c0be94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/attacks/evasion/pixel_threshold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
| One Pixel Attack Paper link: https://arxiv.org/ans/1710.08864
2323
| Pixel and Threshold Attack Paper link: https://arxiv.org/abs/1906.06026
2424
"""
25-
# pylint: disable=C0302,C0413
25+
# pylint: disable=C0302,C0413,E402
2626
from __future__ import absolute_import, division, print_function, unicode_literals
2727

2828
import logging

0 commit comments

Comments
 (0)