mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-25 09:58:41 +01:00
Fixed W0201
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8096fd8058
commit
2caeb3c21f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class FormConfigs(Configs):
|
|||
self.dialogbox = DialogBox()
|
||||
self.errors = Errors()
|
||||
|
||||
# self.toml_original: dict = {}
|
||||
self.toml_original: dict = {}
|
||||
self.config_file: Path = Path(self.etc_path, f'{self.prog_name}.toml')
|
||||
|
||||
def is_dialog_enabled(self) -> None:
|
||||
|
|
Loading…
Reference in a new issue