Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Feb 16, 2024
1 parent 155feac commit 420188f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions albumentations/augmentations/geometric/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,9 +968,7 @@ def bbox_flip(bbox: BoxInternalType, d: int, rows: int, cols: int) -> BoxInterna
return bbox


def bbox_transpose(
bbox: KeypointInternalType, axis: int, rows: int, cols: int
) -> KeypointInternalType: # skipcq: PYL-W0613
def bbox_transpose(bbox: KeypointInternalType, axis: int, rows: int, cols: int) -> KeypointInternalType:
"""Transposes a bounding box along given axis.
Args:
Expand Down

0 comments on commit 420188f

Please sign in to comment.