mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Remove unnecessary import
This commit is contained in:
parent
a1b5acd46a
commit
89caa6ef75
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
|
||||
from operator import itemgetter
|
||||
from typing import Any, List, Tuple, Callable, Optional, Sequence
|
||||
from typing import Any, List, Optional, Sequence
|
||||
|
||||
import aqt.clayout
|
||||
from anki import stdmodels
|
||||
|
|
Loading…
Reference in a new issue