From 633caa5c1d927c9503adb9cba91dfb8af06d88cb Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Wed, 29 Oct 2025 16:02:29 +0000 Subject: [PATCH] Revert "Fix/Missing python import in write_header" This reverts commit 7c736d984d474377c4326f0cdf473f0e039857c7. --- rslib/proto/python.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rslib/proto/python.rs b/rslib/proto/python.rs index a2aa09707..a5adb4179 100644 --- a/rslib/proto/python.rs +++ b/rslib/proto/python.rs @@ -249,7 +249,6 @@ 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: