mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +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:
|
||||
|
||||
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:
|
||||
""" A general error message for .toml configs files. """
|
||||
|
|
Loading…
Add table
Reference in a new issue