Fix backend_load_messages plugin import path

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-10 22:22:34 +00:00
parent 59ecf3ed1b
commit acd218f184

View File

@@ -1,5 +1,5 @@
"""Workflow plugin: load translation messages."""
from .... import load_messages
from autometabuilder import load_messages
def run(runtime, _inputs):