From 3cb3f58084043533a55c72c43453692ba972d864 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 28 Jan 2023 17:22:26 +0100 Subject: Another typing pass --- libmat2/bubblewrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmat2/bubblewrap.py') diff --git a/libmat2/bubblewrap.py b/libmat2/bubblewrap.py index e59f111..ab6867e 100644 --- a/libmat2/bubblewrap.py +++ b/libmat2/bubblewrap.py @@ -78,7 +78,7 @@ def _get_bwrap_args(tempdir: str, return args -def run(args: list[str], +def run(args: List[str], input_filename: str, output_filename: Optional[str] = None, **kwargs) -> subprocess.CompletedProcess: -- cgit v1.3