Added missing empty line (flake8 detail)

This commit is contained in:
Salvador E. Tropea 2020-07-31 12:01:25 -03:00
parent a523c3ceb9
commit d55846fe85
1 changed files with 1 additions and 0 deletions

View File

@ -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."""