mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Fix/Missing python import in write_header
This commit is contained in:
parent
45120aef14
commit
385d487220
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