Skip to content

Commit f588fd1

Browse files
NicolasHugpmeier
andauthored
[Cherry pick] rename BoundingBoxes module to match class name (#7910) (#7918)
Co-authored-by: Philip Meier <[email protected]>
1 parent 6fa2469 commit f588fd1

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
File renamed without changes.

0 commit comments

Comments
 (0)