Remove unused import in proto file

This commit is contained in:
Damien Elmes 2022-04-26 21:30:00 +10:00
parent 055b404165
commit 8204ceece1

View file

@ -6,7 +6,6 @@ syntax = "proto3";
package anki.import_export;
import "anki/collection.proto";
import "anki/decks.proto";
import "anki/notes.proto";
import "anki/generic.proto";