Fix typing.
This commit is contained in:
parent
57a6972570
commit
7a6e1af492
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class AptManager(object):
|
|||
def satisfy(self, deps: List[str]) -> None:
|
||||
run_apt(self.session, ["satisfy"] + deps)
|
||||
|
||||
def satisfy_command(self, deps: List[str]) -> str:
|
||||
def satisfy_command(self, deps: List[str]) -> List[str]:
|
||||
return ["apt", "satisfy"] + deps
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue