This commit is contained in:
Dimitris Zlatanidis 2024-04-30 22:06:15 +03:00
parent 19584ff89f
commit 696f79e80d

View file

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