mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Revert "Fix/Missing python import in write_header"
This reverts commit 7c736d984d.
This commit is contained in:
parent
7c736d984d
commit
633caa5c1d
1 changed files with 0 additions and 1 deletions
|
|
@ -249,7 +249,6 @@ import anki.stats_pb2
|
||||||
import anki.sync_pb2
|
import anki.sync_pb2
|
||||||
import anki.tags_pb2
|
import anki.tags_pb2
|
||||||
import anki.ankihub_pb2
|
import anki.ankihub_pb2
|
||||||
import anki.frontend_pb2
|
|
||||||
|
|
||||||
class RustBackendGenerated:
|
class RustBackendGenerated:
|
||||||
def _run_command(self, service: int, method: int, input: Any) -> bytes:
|
def _run_command(self, service: int, method: int, input: Any) -> bytes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue