From 385d487220dc1bf8d53e423d52542bb59dce4bac Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Wed, 29 Oct 2025 14:16:15 +0000 Subject: [PATCH] Fix/Missing python import in write_header --- rslib/proto/python.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rslib/proto/python.rs b/rslib/proto/python.rs index a5adb4179..a2aa09707 100644 --- a/rslib/proto/python.rs +++ b/rslib/proto/python.rs @@ -249,6 +249,7 @@ import anki.stats_pb2 import anki.sync_pb2 import anki.tags_pb2 import anki.ankihub_pb2 +import anki.frontend_pb2 class RustBackendGenerated: def _run_command(self, service: int, method: int, input: Any) -> bytes: