mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fix for typing
This commit is contained in:
parent
534fbff336
commit
3eab1dad41
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class NewConfigs:
|
|||
|
||||
choice: str = choice.lower()
|
||||
|
||||
arguments: dict[str] = {
|
||||
arguments: dict = {
|
||||
'k': self.keep,
|
||||
'o': self.overwrite,
|
||||
'r': self.remove,
|
||||
|
|
Loading…
Reference in a new issue