Skip to content

Commit 596edf8

Browse files
generatedunixname1401739305002972meta-codesync[bot]
authored andcommitted
Fix PYRE_MISSING_ANNOTATIONS issue in fbcode/aml/augly/text/augmenters/base64.py
Reviewed By: joecoli Differential Revision: D92956201 fbshipit-source-id: 14a545c506e9a2afbd42f3bc95645e20e6697531
1 parent 52247a7 commit 596edf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

augly/text/augmenters/base64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(
2020
aug_max: int,
2121
aug_p: float,
2222
granularity: Literal["all", "word", "char"],
23-
):
23+
) -> None:
2424
super().__init__(
2525
name="Base64",
2626
aug_min=aug_min,

0 commit comments

Comments
 (0)