From 83dd6feb9ffef6623b8b99341e6edfd79a131986 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 22 Apr 2022 20:56:51 +0200 Subject: [PATCH] Remove stray empty line --- programming/python/creating_nice_python_cli_tools.md | 1 - 1 file changed, 1 deletion(-) diff --git a/programming/python/creating_nice_python_cli_tools.md b/programming/python/creating_nice_python_cli_tools.md index ce8c3e1..6a44745 100644 --- a/programming/python/creating_nice_python_cli_tools.md +++ b/programming/python/creating_nice_python_cli_tools.md @@ -36,5 +36,4 @@ Following this advice can make your tools easy to install by others, pleasant to * Use `check=True` so if the subprocess fails, an exception will be raised. This is likely the best default behavior, although the error is a bit ugly, this normally prevents ugly problems and it's a safe option. - You can find examples for many of those techniques in my [repos](https://github.com/alexpdp7?tab=repositories&q=&type=&language=python&sort=). -- 2.47.3