mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-10 20:48:40 +01:00
Fixed for mypy errors
This commit is contained in:
parent
4f55c24234
commit
eef7bd0d82
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
class TomlErrors:
|
class TomlErrors:
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.tool_name: str = 'slpkg'
|
self.tool_name: str = 'slpkg' # type: ignore[annotation-unchecked]
|
||||||
|
|
||||||
def raise_toml_error_message(self, error, toml_file) -> None:
|
def raise_toml_error_message(self, error, toml_file) -> None:
|
||||||
""" A general error message for .toml configs files. """
|
""" A general error message for .toml configs files. """
|
||||||
|
|
Loading…
Add table
Reference in a new issue