mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Clean up imports
This commit is contained in:
parent
a066cee326
commit
5d880f6e31
1 changed files with 1 additions and 3 deletions
|
@ -10,8 +10,6 @@ import zipfile
|
||||||
from concurrent.futures import Future
|
from concurrent.futures import Future
|
||||||
from typing import Any, Dict, Optional
|
from typing import Any, Dict, Optional
|
||||||
|
|
||||||
from qt.aqt.utils import getText
|
|
||||||
|
|
||||||
import anki.importing as importing
|
import anki.importing as importing
|
||||||
import aqt.deckchooser
|
import aqt.deckchooser
|
||||||
import aqt.forms
|
import aqt.forms
|
||||||
|
@ -25,7 +23,7 @@ from aqt.utils import (
|
||||||
askUser,
|
askUser,
|
||||||
disable_help_button,
|
disable_help_button,
|
||||||
getFile,
|
getFile,
|
||||||
getOnlyText,
|
getText,
|
||||||
openHelp,
|
openHelp,
|
||||||
showInfo,
|
showInfo,
|
||||||
showText,
|
showText,
|
||||||
|
|
Loading…
Reference in a new issue