cmds.secrets.Cmd: Fix type hints
cmds.secrets.Cmd has a CmdDistro-typed parent, should be CmdSecrets, fix that.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
cc6febcda3
commit
563ec7463a
2 changed files with 2 additions and 3 deletions
|
|
@ -11,7 +11,6 @@ from typing import TYPE_CHECKING
|
|||
if TYPE_CHECKING:
|
||||
from typing import Iterable
|
||||
from ....lib.FileContext import FileContext
|
||||
from ...CmdDistro import CmdDistro
|
||||
|
||||
from ....lib.log import *
|
||||
from ....lib.util import run_cmd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue