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()