Skip to content

Commit 6856ee3

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
temporarily remove @Manual to avoid conflict. Will put it back.
Summary: resolves conflict with diff stack. Corresponding change is put back in diff just above. Ignore failures on this diff. Reviewed By: scotts Differential Revision: D77998638 fbshipit-source-id: 83a213f0de21276adac6a4eb9fc0a84e338f8cef
1 parent d264b2c commit 6856ee3

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: str) -> Image.Image:
266266

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

271271
try:
272272
return accimage.Image(path)

0 commit comments

Comments
 (0)