mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed D401
This commit is contained in:
parent
ee445845fe
commit
dff51401c1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Errors(Configs): # pylint: disable=[R0903]
|
|||
super(Configs, self).__init__()
|
||||
|
||||
def raise_error_message(self, message: str, exit_status: int) -> None:
|
||||
"""A general method to raise an error message and exit.
|
||||
"""General method to raise an error message and exit.
|
||||
|
||||
Args:
|
||||
message (str): Str message.
|
||||
|
|
Loading…
Reference in a new issue