Skip to content

Commit c076b71

Browse files
committed
Fix trailing whitespace
1 parent 48c41c4 commit c076b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators/openvino_clip_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
try:
4343
import torch
44-
import torch.nn.functional as F
44+
import torch.nn.functional as F
4545
except ImportError as torch_error:
4646
torch = UnsupportedPackage("torch", torch_error.msg)
4747

0 commit comments

Comments
 (0)