Fixed docstrings

This commit is contained in:
Dimitris Zlatanidis 2024-05-19 22:46:17 +03:00
parent 0fa2555b41
commit 975bca6883

View file

@ -6,10 +6,7 @@ from pathlib import Path
class TomlErrors: # pylint: disable=[R0903]
"""
Raise an error message for toml files.
"""
"""Raise an error message for toml files."""
def __init__(self):
self.tool_name: str = 'slpkg'