diff options
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: |
