Skip to content

Commit a7b5c93

Browse files
committed
Remove unused import
Signed-off-by: Nilaksh Das <[email protected]>
1 parent 1e0f824 commit a7b5c93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

art/defences/preprocessor/spatial_smoothing_pytorch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def __init__(
7272
:param apply_predict: True if applied during predicting.
7373
:param device_type: Type of device on which the classifier is run, either `gpu` or `cpu`.
7474
"""
75-
import torch # lgtm [py/repeated-import]
7675

7776
super().__init__(
7877
device_type=device_type,

0 commit comments

Comments
 (0)