Skip to content

Commit dc992d1

Browse files
committed
Update with missing torch import in function type hints
Signed-off-by: Matteo Fasulo <[email protected]>
1 parent 714b337 commit dc992d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

art/defences/preprocessor/variance_minimization_pytorch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
from tqdm.auto import tqdm
1717

18+
import torch
1819
import numpy as np
1920

2021
from art.defences.preprocessor.preprocessor import PreprocessorPyTorch

0 commit comments

Comments
 (0)