Fixed D401

This commit is contained in:
Dimitris Zlatanidis 2024-05-22 17:23:28 +03:00
parent ee445845fe
commit dff51401c1

View file

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