fix: runtime error due to broken import

This commit is contained in:
2026-02-28 16:49:06 +01:00
parent df2db88e0e
commit 0d876564cc

View File

@@ -18,7 +18,6 @@ from .config.settings import (
VERSION,
)
from .subscriptions.resources import register_subscription_resources
from .tools.array import register_array_tool
from .tools.docker import register_docker_tool
from .tools.health import register_health_tool
from .tools.info import register_info_tool
@@ -51,7 +50,6 @@ def register_all_modules() -> None:
# Register all consolidated tools
registrars = [
register_info_tool,
register_array_tool,
register_storage_tool,
register_docker_tool,
register_vm_tool,