Skip to content

Commit 4f3a99a

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] rename BoundingBoxes module to match class name (#7910)
Reviewed By: matteobettini Differential Revision: D48900414 fbshipit-source-id: eaa5ed7217b462a7133c2ce29f7f2fd6f6f82084
1 parent 874338c commit 4f3a99a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

torchvision/tv_tensors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import torch
22

3-
from ._bounding_box import BoundingBoxes, BoundingBoxFormat
3+
from ._bounding_boxes import BoundingBoxes, BoundingBoxFormat
44
from ._image import Image
55
from ._mask import Mask
66
from ._torch_function_helpers import set_return_type

0 commit comments

Comments
 (0)