From 15d5c28808f96175672f9201c50d84e8e6761f1a Mon Sep 17 00:00:00 2001 From: Siyuan Liu Date: Tue, 6 Feb 2024 21:43:40 +0000 Subject: [PATCH] yapf --- test/stablehlo/test_stablehlo_compile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stablehlo/test_stablehlo_compile.py b/test/stablehlo/test_stablehlo_compile.py index 9d38fb9efbb..e92892f520f 100644 --- a/test/stablehlo/test_stablehlo_compile.py +++ b/test/stablehlo/test_stablehlo_compile.py @@ -11,6 +11,7 @@ os.environ['XLA_STABLEHLO_COMPILE'] = '1' + class StableHloCompileTest(unittest.TestCase): def test_resnet18_stablehlo_compile(self):