Skip to content

Commit fb846a2

Browse files
committed
fix flake8 error
1 parent 9d3cac7 commit fb846a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/datasets/widerface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def __getitem__(self, index: int) -> Tuple[Any, Any]:
126126
elif t == "attr":
127127
# attributes are defined after the bbox coordinates
128128
target.append(self.img_info[index]["raw"][:, 4:])
129-
else: # target_type == "":
129+
else: # target_type == "":
130130
target = None
131131
break
132132
if target:

0 commit comments

Comments
 (0)