mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02: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 typing import Any, Dict, Optional
|
||||
|
||||
from qt.aqt.utils import getText
|
||||
|
||||
import anki.importing as importing
|
||||
import aqt.deckchooser
|
||||
import aqt.forms
|
||||
|
@ -25,7 +23,7 @@ from aqt.utils import (
|
|||
askUser,
|
||||
disable_help_button,
|
||||
getFile,
|
||||
getOnlyText,
|
||||
getText,
|
||||
openHelp,
|
||||
showInfo,
|
||||
showText,
|
||||
|
|
Loading…
Reference in a new issue