diff --git a/slpkg/new_configs.py b/slpkg/new_configs.py index e1423ea5..e768e236 100644 --- a/slpkg/new_configs.py +++ b/slpkg/new_configs.py @@ -94,7 +94,7 @@ class NewConfigs: choice: str = choice.lower() - arguments: dict[str] = { + arguments: dict = { 'k': self.keep, 'o': self.overwrite, 'r': self.remove,