Skip to content

Commit 8a335b4

Browse files
generatedunixname1401739305002972meta-codesync[bot]
authored andcommitted
Fix PYRE_MISSING_ANNOTATIONS issues in fbcode/aml/augly/video/transforms.py
Differential Revision: D104209689 fbshipit-source-id: ea70c6f62f5565a354254c2143e95fbf014eeb8a
1 parent db144d3 commit 8a335b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

augly/video/transforms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,7 +2029,7 @@ def __init__(
20292029
y_factor: float = 0.0,
20302030
color: tuple[int, int, int] = utils.DEFAULT_COLOR,
20312031
p: float = 1.0,
2032-
):
2032+
) -> None:
20332033
"""
20342034
@param x_factor: the horizontal amount that the video should be shifted,
20352035
relative to the width of the video
@@ -2481,7 +2481,7 @@ def __init__(
24812481
x_factor: float = 0.4,
24822482
y_factor: float = 0.4,
24832483
p: float = 1.0,
2484-
):
2484+
) -> None:
24852485
"""
24862486
@param emoji_directory: iopath directory uri containing the emoji images
24872487

0 commit comments

Comments
 (0)