mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
Remove unused imports
This commit is contained in:
parent
87febe489e
commit
adb002f05f
1 changed files with 0 additions and 3 deletions
|
|
@ -1,18 +1,15 @@
|
||||||
# Copyright: Ankitects Pty Ltd and contributors
|
# Copyright: Ankitects Pty Ltd and contributors
|
||||||
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
import copy
|
|
||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
from concurrent.futures import Future
|
from concurrent.futures import Future
|
||||||
from typing import Any, Dict, List, Match, Optional
|
from typing import Any, Dict, List, Match, Optional
|
||||||
|
|
||||||
import aqt
|
import aqt
|
||||||
from anki.cards import Card
|
|
||||||
from anki.consts import *
|
from anki.consts import *
|
||||||
from anki.errors import TemplateError
|
from anki.errors import TemplateError
|
||||||
from anki.lang import without_unicode_isolation
|
from anki.lang import without_unicode_isolation
|
||||||
from anki.notes import Note
|
from anki.notes import Note
|
||||||
from anki.template import TemplateRenderContext
|
|
||||||
from aqt import AnkiQt, gui_hooks
|
from aqt import AnkiQt, gui_hooks
|
||||||
from aqt.forms.browserdisp import Ui_Dialog
|
from aqt.forms.browserdisp import Ui_Dialog
|
||||||
from aqt.qt import *
|
from aqt.qt import *
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue