From d55846fe85e8f1c6229daec9350290b8ae50e3ff Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 31 Jul 2020 12:01:25 -0300 Subject: [PATCH] Added missing empty line (flake8 detail) --- kiplot/docopt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kiplot/docopt.py b/kiplot/docopt.py index 94d43dbf..f4c97db0 100644 --- a/kiplot/docopt.py +++ b/kiplot/docopt.py @@ -16,6 +16,7 @@ __version__ = '0.6.2' # Define to True if countable args can match to different counts in different patterns safe_outcomes = False + class DocoptLanguageError(Exception): """Error in construction of usage-message by developer."""