Skip to content

Commit b68b57b

Browse files
committed
Fixed flake8 compliance on "..." present in the line of the __init__ "function" definition
1 parent 6007b2c commit b68b57b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

torchvision/tv_tensors/_keypoints.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def __init__(
7272
dtype: Optional[torch.dtype] = None,
7373
device: Optional[Union[torch.device, str, int]] = None,
7474
requires_grad: Optional[bool] = None,
75-
): ...
75+
):
76+
pass
7677

7778
@classmethod
7879
def _wrap_output(

0 commit comments

Comments
 (0)