Skip to content

Commit 2f4d875

Browse files
add missing type: ignore
1 parent ad2d553 commit 2f4d875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/transforms/v2/functional/_type_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from torchvision.utils import _log_api_usage_once
99

1010
if TYPE_CHECKING:
11-
import nvcv
11+
import nvcv # type: ignore[import-not-found]
1212

1313

1414
@torch.jit.unused

0 commit comments

Comments
 (0)