Remove unwanted comments

This commit is contained in:
Andrea Lanfranchi 2024-02-27 10:58:39 +01:00
parent 08710029e8
commit 923f2cfb4c
No known key found for this signature in database
GPG Key ID: 2D623A60BB279915

View File

@ -144,8 +144,8 @@ def detect_faces(
def rotate_facial_area(
facial_area: Tuple[int, int, int, int],
angle: float, # in degrees. The sign determines the direction of rotation
size: Tuple[int, int] # (width, height)
angle: float,
size: Tuple[int, int]
) -> Tuple[int, int, int, int]:
"""
Rotate the facial area around its center.