Remove unused link

This commit is contained in:
Damien Elmes 2024-11-07 08:37:32 +10:00
parent eb393aeaee
commit b4ae7ce907

View file

@ -43,10 +43,6 @@ from anki.models import NotetypeDict
from anki.sound import AVTag, SoundOrVideoTag, TTSTag from anki.sound import AVTag, SoundOrVideoTag, TTSTag
from anki.utils import to_json_bytes from anki.utils import to_json_bytes
CARD_BLANK_HELP = (
"https://anki.tenderapp.com/kb/card-appearance/the-front-of-this-card-is-blank"
)
@dataclass @dataclass
class TemplateReplacement: class TemplateReplacement: