pmb: drop unused import

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2621

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Pablo Correa Gómez 2025-06-09 18:11:45 +02:00
parent 527fc9359f
commit ed396475f5
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -15,7 +15,6 @@ if TYPE_CHECKING:
from . import config
from . import parse
from .config import init as config_init, require_programs
from .helpers import frontend as frontend
from .helpers import logging
from .helpers import mount
from .helpers import other