forked from Mirror/pmbootstrap
ruff: run check --fix (MR 2252)
Get rid of unused imports and such Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
139c205424
commit
f2ca9c618e
38 changed files with 15 additions and 59 deletions
|
@ -5,8 +5,8 @@ from pathlib import Path
|
|||
import subprocess
|
||||
from pmb.core.arch import Arch
|
||||
import pmb.helpers.run_core
|
||||
from typing import Any, Dict, List, Optional, Sequence
|
||||
from pmb.types import Env, PathString, PmbArgs
|
||||
from typing import Optional, Sequence
|
||||
from pmb.types import Env, PathString
|
||||
|
||||
|
||||
def user(cmd: Sequence[PathString], working_dir: Optional[Path] = None, output: str = "log", output_return: bool = False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue