diff --git a/anki/deck.py b/anki/deck.py index 9834be71c..92e86314f 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -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