diff --git a/pmb/__init__.py b/pmb/__init__.py index 62d79918..d51c6c09 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -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