From 36818ea28449fbc2c3ece6298787ae7aa7d343d6 Mon Sep 17 00:00:00 2001 From: gyulaid Date: Sun, 17 Apr 2022 12:49:07 +0200 Subject: [PATCH] Pep8 happy --- ci-examples/images/hello/hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-examples/images/hello/hello.py b/ci-examples/images/hello/hello.py index 58ba6a9..617e813 100644 --- a/ci-examples/images/hello/hello.py +++ b/ci-examples/images/hello/hello.py @@ -1,2 +1,2 @@ if __name__ == "__main__": - print("Hi Mom!") \ No newline at end of file + print("Hi Mom!")