Skip to content

Commit 0b01c9f

Browse files
committed
ruff
1 parent 2477e56 commit 0b01c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_tasks/test_tasks_zero_shot_image_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import unittest
22
import torch
3-
from onnx_diagnostic.ext_test_case import ExtTestCase, hide_stdout, has_transformers
3+
from onnx_diagnostic.ext_test_case import ExtTestCase, hide_stdout
44
from onnx_diagnostic.torch_models.hghub.model_inputs import get_untrained_model_with_inputs
55
from onnx_diagnostic.torch_export_patches import bypass_export_some_errors
66
from onnx_diagnostic.torch_export_patches.patch_inputs import use_dyn_not_str

0 commit comments

Comments
 (0)