From bb843f15c474a6b707a1449001c197e75a06d46b Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Sat, 2 Mar 2024 17:31:19 -0800 Subject: [PATCH] apply Black 2024 style in fbcode (4/16) Summary: Formats the covered files with pyfmt. paintitblack Reviewed By: aleivag Differential Revision: D54447727 fbshipit-source-id: 8844b1caa08de94d04ac4df3c768dbf8c865fd2f --- tests/test_flop_count.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_flop_count.py b/tests/test_flop_count.py index ad593b9..8ab7eeb 100644 --- a/tests/test_flop_count.py +++ b/tests/test_flop_count.py @@ -189,6 +189,7 @@ def test_customized_ops(self) -> None: The second case checks when a new handle for a default operation is passed. The new handle should overwrite the default handle. """ + # New handle for a new operation. def dummy_sigmoid_flop_jit( inputs: typing.List[Any], outputs: typing.List[Any]