mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
del missing error ref
This commit is contained in:
parent
eff388974b
commit
f49459fdfb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import tempfile, time, os, random, sys, re, stat, shutil, types
|
|||
|
||||
from anki.db import *
|
||||
from anki.lang import _
|
||||
from anki.errors import DeckAccessError, DeckWrongFormatError
|
||||
from anki.errors import DeckAccessError
|
||||
from anki.stdmodels import BasicModel
|
||||
from anki.utils import parseTags, tidyHTML, genID, ids2str, hexifyID, canonifyTags
|
||||
from anki.history import CardHistoryEntry
|
||||
|
|
Loading…
Reference in a new issue