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
|
@ -1,6 +1,5 @@
|
|||
# Copyright 2023 Danct12 <danct12@disroot.org>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
from pathlib import Path
|
||||
from typing import Dict, List, Sequence
|
||||
from pmb.core.chroot import Chroot
|
||||
from pmb.core.pkgrepo import pkgrepo_iter_package_dirs, pkgrepo_names, pkgrepo_relative_path
|
||||
|
@ -10,7 +9,6 @@ import os
|
|||
import pmb.chroot
|
||||
import pmb.chroot.apk
|
||||
import pmb.build
|
||||
from pmb.types import PmbArgs
|
||||
import pmb.helpers.run
|
||||
import pmb.helpers.pmaports
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue