From 586764ce881090bb51a27a2cb511991e069596a7 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Sep 2022 06:47:51 +0000 Subject: [PATCH] [AutoTransform][Black Format] Format all python files --- attest/helloworld.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/attest/helloworld.py b/attest/helloworld.py index 30bae58..cd1f6c5 100644 --- a/attest/helloworld.py +++ b/attest/helloworld.py @@ -9,9 +9,6 @@ def print_goodbye(self): print("Goodbye!") - - - if __name__ == "__main__": world = HelloWorld() world.print_hello()