Skip to content

Commit 99a6ea9

Browse files
committed
add @Manual to sync with fbcode
1 parent 9024472 commit 99a6ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/datasets/folder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def pil_loader(path: Union[str, Path]) -> Image.Image:
266266

267267
# TODO: specify the return type
268268
def accimage_loader(path: Union[str, Path]) -> Any:
269-
import accimage
269+
import accimage # @manual=fbcode//pytorch/accimage:accimage
270270

271271
try:
272272
return accimage.Image(path)

0 commit comments

Comments
 (0)