From a7c732de77122e9c860d705f1308d04013d2683d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 15 Dec 2020 20:41:14 +0100 Subject: [PATCH] Reduce number of empty lines to two --- shyaml.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/shyaml.py b/shyaml.py index 93c2f0d..ab1b179 100755 --- a/shyaml.py +++ b/shyaml.py @@ -825,8 +825,6 @@ def safe_print(content): sys.stdout.flush() - - def entrypoint(): sys.exit(main(sys.argv[1:]))