We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f68766 commit 0c0be94Copy full SHA for 0c0be94
art/attacks/evasion/pixel_threshold.py
@@ -22,7 +22,7 @@
22
| One Pixel Attack Paper link: https://arxiv.org/ans/1710.08864
23
| Pixel and Threshold Attack Paper link: https://arxiv.org/abs/1906.06026
24
"""
25
-# pylint: disable=C0302,C0413
+# pylint: disable=C0302,C0413,E402
26
from __future__ import absolute_import, division, print_function, unicode_literals
27
28
import logging
0 commit comments