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 c1bd780 commit f3b044fCopy full SHA for f3b044f
torchattack/mumodig.py
@@ -11,7 +11,7 @@
11
try:
12
import kornia.augmentation as k
13
except ImportError:
14
- k = None # type: ignore[assignment]
+ k = None
15
16
17
@register_attack()
torchattack/tifgsm.py
import scipy.stats as st
- st = None # type: ignore[assignment]
+ st = None
0 commit comments