Skip to content

Commit 80d12de

Browse files
lint
1 parent bc36d1e commit 80d12de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,6 +1486,7 @@ def test_box_area_jit(self, fmt):
14861486
torch.tensor([[0, 0, 100, 100], [0, 0, 0, 0]], dtype=torch.float), in_fmt="xyxy", out_fmt=fmt
14871487
)
14881488
expected = ops.box_area(box_tensor, fmt)
1489+
14891490
class BoxArea(torch.nn.Module):
14901491
# We are using this intermediate class
14911492
# since torchscript does not support

0 commit comments

Comments
 (0)