pmb: Remove unused imports (MR 2545)

This commit is contained in:
Stefan Hansson 2025-02-04 16:21:21 +01:00 committed by Oliver Smith
parent 63fce4fcb5
commit 0620232819
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
7 changed files with 5 additions and 12 deletions

View file

@ -2,10 +2,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
from __future__ import annotations
import enum
from typing import Optional
from collections.abc import Generator
from pathlib import Path, PosixPath, PurePosixPath
from pmb.types import PmbArgs
from pmb.helpers import frontend