Added missing empty line (flake8 detail)
This commit is contained in:
parent
a523c3ceb9
commit
d55846fe85
|
|
@ -16,6 +16,7 @@ __version__ = '0.6.2'
|
||||||
# Define to True if countable args can match to different counts in different patterns
|
# Define to True if countable args can match to different counts in different patterns
|
||||||
safe_outcomes = False
|
safe_outcomes = False
|
||||||
|
|
||||||
|
|
||||||
class DocoptLanguageError(Exception):
|
class DocoptLanguageError(Exception):
|
||||||
|
|
||||||
"""Error in construction of usage-message by developer."""
|
"""Error in construction of usage-message by developer."""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue