mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 04:37:22 -05:00
Fix/Missing python import in write_header
This commit is contained in:
parent
da5b8cb5b4
commit
7c736d984d
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue