Skip to content

Commit

Permalink
rename BoundingBoxes module to match class name (#7910)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Aug 30, 2023
1 parent f1b4c7a commit d073a19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/tv_tensors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import torch

from ._bounding_box import BoundingBoxes, BoundingBoxFormat
from ._bounding_boxes import BoundingBoxes, BoundingBoxFormat
from ._image import Image
from ._mask import Mask
from ._torch_function_helpers import set_return_type
Expand Down
File renamed without changes.

0 comments on commit d073a19

Please sign in to comment.