mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +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()
|
choice: str = choice.lower()
|
||||||
|
|
||||||
arguments: dict[str] = {
|
arguments: dict = {
|
||||||
'k': self.keep,
|
'k': self.keep,
|
||||||
'o': self.overwrite,
|
'o': self.overwrite,
|
||||||
'r': self.remove,
|
'r': self.remove,
|
||||||
|
|
Loading…
Reference in a new issue