1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-13 03:19:47 +03:00

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:
Caleb Connolly 2024-06-13 05:21:00 +02:00 committed by Oliver Smith
parent 139c205424
commit f2ca9c618e
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
38 changed files with 15 additions and 59 deletions

View file

@ -4,11 +4,9 @@ import configparser
from pathlib import Path
from typing import Dict
from pmb.core.context import get_context
from pmb.core.context import Context
from pmb.core.pkgrepo import pkgrepo_path
from pmb.helpers import logging
import os
from pathlib import Path
import pmb.build
import pmb.chroot.apk