Skip to content

Commit 290f167

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bb0860c commit 290f167

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

neural_compressor/data/transforms/transform.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1782,9 +1782,7 @@ def __call__(self, sample):
17821782
return (image, label)
17831783

17841784

1785-
@transform_registry(
1786-
transform_type="RandomCrop", process="preprocess", framework="onnxrt_qlinearops, onnxrt_integerops"
1787-
)
1785+
@transform_registry(transform_type="RandomCrop", process="preprocess", framework="onnxrt_qlinearops, onnxrt_integerops")
17881786
class RandomCropTransform(BaseTransform):
17891787
"""Crop the image at a random location to the given size.
17901788

0 commit comments

Comments
 (0)