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,11 +1,5 @@
|
|||
# Copyright 2023 Oliver Smith
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
from argparse import Namespace
|
||||
import copy
|
||||
import json
|
||||
import os
|
||||
from pathlib import Path
|
||||
import sys
|
||||
import pmb.config
|
||||
from pmb.core.context import Context
|
||||
from pmb.core.pkgrepo import pkgrepo_default_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue