diff options
| author | jvoisin | 2023-01-28 17:22:26 +0100 |
|---|---|---|
| committer | jvoisin | 2023-01-28 17:22:26 +0100 |
| commit | 3cb3f58084043533a55c72c43453692ba972d864 (patch) | |
| tree | 473767b2bdbf6238a30356fb8aa3512669d681a8 /libmat2/bubblewrap.py | |
| parent | 39fb254e019c920516bb317d4b48a8de7cac850e (diff) | |
Another typing pass
Diffstat (limited to 'libmat2/bubblewrap.py')
| -rw-r--r-- | libmat2/bubblewrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
| 78 | return args | 78 | return args |
| 79 | 79 | ||
| 80 | 80 | ||
| 81 | def run(args: list[str], | 81 | def run(args: List[str], |
| 82 | input_filename: str, | 82 | input_filename: str, |
| 83 | output_filename: Optional[str] = None, | 83 | output_filename: Optional[str] = None, |
| 84 | **kwargs) -> subprocess.CompletedProcess: | 84 | **kwargs) -> subprocess.CompletedProcess: |
