mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
make sure runHook is imported
This commit is contained in:
parent
f87c02f7a4
commit
6e63bdfc7c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ from anki.fonts import toPlatformFont
|
|||
import anki.features
|
||||
from operator import itemgetter
|
||||
from itertools import groupby
|
||||
from anki.hooks import runHook
|
||||
|
||||
# ensure all the metadata in other files is loaded before proceeding
|
||||
import anki.models, anki.facts, anki.cards, anki.stats
|
||||
|
|
Loading…
Reference in a new issue