mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
fix graph loading
This commit is contained in:
parent
5cd6b830ed
commit
92b57fc739
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ from anki.utils import stripHTML, checksum, isWin, isMac, intTime
|
|||
from anki.hooks import runHook, addHook, remHook
|
||||
import anki.consts
|
||||
|
||||
import aqt, aqt.progress, aqt.webview, aqt.toolbar
|
||||
import aqt, aqt.progress, aqt.webview, aqt.toolbar, aqt.stats
|
||||
from aqt.utils import saveGeom, restoreGeom, showInfo, showWarning, \
|
||||
saveState, restoreState, getOnlyText, askUser, GetTextDialog, \
|
||||
askUserDialog, applyStyles, getText, showText, showCritical, getFile, \
|
||||
|
|
Loading…
Reference in a new issue