Skip to content

Commit cdeb0b3

Browse files
committed
Add back a type: ignore
1 parent 1fa22b7 commit cdeb0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_vws/target_raters.py

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

99
import piq # type: ignore[import-untyped]
1010
from PIL import Image
11-
from torchvision import transforms
11+
from torchvision import transforms # type: ignore[import-untyped]
1212

1313

1414
@functools.cache

0 commit comments

Comments
 (0)