Remove unnecessary import

This commit is contained in:
Henrik Giesel 2020-08-23 19:05:40 +02:00
parent a1b5acd46a
commit 89caa6ef75

View File

@ -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