mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make sure _ is defined in hint.py
This commit is contained in:
parent
6d54a43060
commit
73bfbb7f24
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
import re
|
||||
from anki.hooks import addHook
|
||||
from anki.lang import _
|
||||
|
||||
def hint(txt, extra, context, tag, fullname):
|
||||
if not txt.strip():
|
||||
|
|
Loading…
Reference in a new issue