Please pylint
This commit is contained in:
parent
1b361ec27e
commit
77dde8a049
3 changed files with 3 additions and 4 deletions
|
@ -29,7 +29,6 @@ def _get_bwrap_path() -> str:
|
|||
raise RuntimeError("Unable to find bwrap") # pragma: no cover
|
||||
|
||||
|
||||
# pylint: disable=bad-whitespace
|
||||
def _get_bwrap_args(tempdir: str,
|
||||
input_filename: str,
|
||||
output_filename: Optional[str] = None) -> List[str]:
|
||||
|
@ -77,7 +76,6 @@ def _get_bwrap_args(tempdir: str,
|
|||
return args
|
||||
|
||||
|
||||
# pylint: disable=bad-whitespace
|
||||
def run(args: List[str],
|
||||
input_filename: str,
|
||||
output_filename: Optional[str] = None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue