]> xn--ix-yja.es Git - alex.git/commitdiff
Remove stray empty line
authoralex <alex@pdp7.net>
Fri, 22 Apr 2022 18:56:51 +0000 (20:56 +0200)
committeralex <alex@pdp7.net>
Fri, 22 Apr 2022 18:56:51 +0000 (20:56 +0200)
programming/python/creating_nice_python_cli_tools.md

index ce8c3e14b63fbaf8ac4c169cfe5ddcd1869a83c3..6a44745460242d373efd7fd977ea696e3e522aae 100644 (file)
@@ -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=).